From d440956525ae5cced2c15ef467fd1b3bbaf0ad48 Mon Sep 17 00:00:00 2001 From: Andreas Svanberg <andreass@dsv.su.se> Date: Mon, 22 Apr 2024 10:38:43 +0200 Subject: [PATCH] 3351 Wicket uses ByteBuddy by default now --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 568dab373b..24fc16e984 100755 --- a/pom.xml +++ b/pom.xml @@ -357,11 +357,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.1.0</version> - <configuration> - <systemPropertyVariables> - <wicket.ioc.useByteBuddy>true</wicket.ioc.useByteBuddy> - </systemPropertyVariables> - </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>