|
@@ -20,8 +20,8 @@
|
|
|
</license>
|
|
|
</licenses>
|
|
|
<properties>
|
|
|
- <wicket.version>6.12.0</wicket.version>
|
|
|
- <jetty.version>7.5.0.v20110901</jetty.version>
|
|
|
+ <wicket.version>6.14.0</wicket.version>
|
|
|
+ <jetty.version>8.1.14.v20131031</jetty.version>
|
|
|
</properties>
|
|
|
<dependencies>
|
|
|
<!-- WICKET DEPENDENCIES -->
|
|
@@ -42,19 +42,19 @@
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
- <version>1.6.2</version>
|
|
|
+ <version>1.7.6</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>log4j</groupId>
|
|
|
<artifactId>log4j</artifactId>
|
|
|
- <version>1.2.16</version>
|
|
|
+ <version>1.2.17</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- JUNIT DEPENDENCY FOR TESTING -->
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
|
- <version>4.8.1</version>
|
|
|
+ <version>4.11</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -69,7 +69,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
- <version>2.3.0</version>
|
|
|
+ <version>2.3.2</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -86,7 +86,7 @@
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
- <version>5.1.22</version>
|
|
|
+ <version>5.1.29</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<build>
|
|
@@ -127,7 +127,7 @@
|
|
|
<inherited>true</inherited>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>2.3.2</version>
|
|
|
+ <version>2.5.1</version>
|
|
|
<configuration>
|
|
|
<source>1.7</source>
|
|
|
<target>1.7</target>
|
|
@@ -158,7 +158,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
- <version>2.8</version>
|
|
|
+ <version>2.9</version>
|
|
|
<configuration>
|
|
|
<downloadSources>true</downloadSources>
|
|
|
</configuration>
|