|
@@ -115,6 +115,14 @@
|
|
|
<groupId>net.java.dev.jets3t</groupId>
|
|
|
<artifactId>jets3t</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.jcraft</groupId>
|
|
|
+ <artifactId>jsch</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-el</groupId>
|
|
|
+ <artifactId>commons-el</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
@@ -131,6 +139,34 @@
|
|
|
<groupId>org.apache.avro</groupId>
|
|
|
<artifactId>avro</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.mortbay.jetty</groupId>
|
|
|
+ <artifactId>jetty</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.mortbay.jetty</groupId>
|
|
|
+ <artifactId>jetty-util</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.sun.jersey</groupId>
|
|
|
+ <artifactId>jersey-core</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.sun.jersey</groupId>
|
|
|
+ <artifactId>jersey-server</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
+ <artifactId>servlet-api</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>javax.servlet.jsp</groupId>
|
|
|
+ <artifactId>jsp-api</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>tomcat</groupId>
|
|
|
+ <artifactId>jasper-runtime</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
@@ -171,6 +207,10 @@
|
|
|
<groupId>jline</groupId>
|
|
|
<artifactId>jline</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ <artifactId>netty</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
@@ -207,6 +247,18 @@
|
|
|
<groupId>org.apache.avro</groupId>
|
|
|
<artifactId>avro</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.sun.jersey</groupId>
|
|
|
+ <artifactId>jersey-core</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.sun.jersey</groupId>
|
|
|
+ <artifactId>jersey-json</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ <artifactId>netty</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
@@ -247,6 +299,14 @@
|
|
|
<groupId>com.google.inject.extensions</groupId>
|
|
|
<artifactId>guice-servlet</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.sun.jersey</groupId>
|
|
|
+ <artifactId>jersey-json</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ <artifactId>netty</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
@@ -271,6 +331,10 @@
|
|
|
<groupId>com.google.inject.extensions</groupId>
|
|
|
<artifactId>guice-servlet</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ <artifactId>netty</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|