|
@@ -84,6 +84,7 @@
|
|
|
<findbugs.version>3.0.0</findbugs.version>
|
|
|
|
|
|
<tomcat.version>6.0.44</tomcat.version>
|
|
|
+ <guice.version>4.0</guice.version>
|
|
|
|
|
|
<!-- define the Java language version used by the compiler -->
|
|
|
<javac.version>1.8</javac.version>
|
|
@@ -537,9 +538,9 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>asm</groupId>
|
|
|
+ <groupId>org.ow2.asm</groupId>
|
|
|
<artifactId>asm</artifactId>
|
|
|
- <version>3.2</version>
|
|
|
+ <version>5.0.4</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
@@ -571,19 +572,19 @@
|
|
|
<dependency>
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
<artifactId>guice</artifactId>
|
|
|
- <version>3.0</version>
|
|
|
+ <version>${guice.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>cglib</groupId>
|
|
|
<artifactId>cglib</artifactId>
|
|
|
- <version>2.2</version>
|
|
|
+ <version>3.2.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.google.inject.extensions</groupId>
|
|
|
<artifactId>guice-servlet</artifactId>
|
|
|
- <version>3.0</version>
|
|
|
+ <version>${guice.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|