|
@@ -165,6 +165,14 @@
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<artifactId>jetty-sslengine</artifactId>
|
|
<artifactId>jetty-sslengine</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.eclipse.jetty</groupId>
|
|
|
|
+ <artifactId>jetty-security</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.eclipse.jetty</groupId>
|
|
|
|
+ <artifactId>jetty-http</artifactId>
|
|
|
|
+ </exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|