Browse Source

Wicket updated to version 9 (#5928)

Co-authored-by: Andrea Del Bene <[email protected]>
Andrea Del Bene 5 years ago
parent
commit
dfa3edb376
1 changed files with 3 additions and 8 deletions
  1. 3 8
      frameworks/Java/wicket/pom.xml

+ 3 - 8
frameworks/Java/wicket/pom.xml

@@ -22,8 +22,8 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<maven.compiler.source>11</maven.compiler.source>
 		<maven.compiler.source>11</maven.compiler.source>
 		<maven.compiler.target>11</maven.compiler.target>
 		<maven.compiler.target>11</maven.compiler.target>
-		<wicket.version>8.4.0</wicket.version>
-		<slf4j.version>1.8.0-beta4</slf4j.version>
+                <slf4j.version>1.7.25</slf4j.version>
+		<wicket.version>9.0.0</wicket.version>
 	</properties>
 	</properties>
 	<dependencies>
 	<dependencies>
 		<!-- WICKET DEPENDENCIES -->
 		<!-- WICKET DEPENDENCIES -->
@@ -44,14 +44,9 @@
 		<!-- LOGGING DEPENDENCIES - LOG4J -->
 		<!-- LOGGING DEPENDENCIES - LOG4J -->
 		<dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-log4j12</artifactId>
+			<artifactId>slf4j-simple</artifactId>
 			<version>${slf4j.version}</version>
 			<version>${slf4j.version}</version>
 		</dependency>
 		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<version>1.2.17</version>
-		</dependency>
 
 
 		<!-- JUNIT DEPENDENCY FOR TESTING -->
 		<!-- JUNIT DEPENDENCY FOR TESTING -->
 		<dependency>
 		<dependency>