|
@@ -318,6 +318,11 @@
|
|
|
<artifactId>commons-math</artifactId>
|
|
|
<version>2.1</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>commons-compress</artifactId>
|
|
|
+ <version>1.4.1</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>xmlenc</groupId>
|
|
|
<artifactId>xmlenc</artifactId>
|
|
@@ -360,6 +365,23 @@
|
|
|
<version>6.1.26</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.glassfish</groupId>
|
|
|
+ <artifactId>javax.servlet</artifactId>
|
|
|
+ <version>3.1</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.codehaus.plexus</groupId>
|
|
|
+ <artifactId>plexus-utils</artifactId>
|
|
|
+ <version>2.0.5</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.codehaus.plexus</groupId>
|
|
|
+ <artifactId>plexus-component-annotations</artifactId>
|
|
|
+ <version>1.5.5</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>asm</groupId>
|
|
|
<artifactId>asm</artifactId>
|
|
@@ -420,7 +442,7 @@
|
|
|
<dependency>
|
|
|
<groupId>io.netty</groupId>
|
|
|
<artifactId>netty</artifactId>
|
|
|
- <version>3.5.11.Final</version>
|
|
|
+ <version>3.6.2.Final</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -666,6 +688,10 @@
|
|
|
<groupId>com.sun.jmx</groupId>
|
|
|
<artifactId>jmxri</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.jboss.netty</groupId>
|
|
|
+ <artifactId>netty</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -674,6 +700,12 @@
|
|
|
<version>3.4.2</version>
|
|
|
<type>test-jar</type>
|
|
|
<scope>test</scope>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.jboss.netty</groupId>
|
|
|
+ <artifactId>netty</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.bookkeeper</groupId>
|
|
@@ -708,7 +740,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
- <version>2.1</version>
|
|
|
+ <version>2.2</version>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|