diff options
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 700d9dc9b3..3a64dd72c0 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -82,6 +82,10 @@ <artifactId>jetty-http</artifactId> </exclusion> <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-servlets</artifactId> + </exclusion> + <exclusion> <groupId>org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-fw</artifactId> </exclusion> @@ -186,6 +190,10 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-security</artifactId> + </exclusion> </exclusions> </dependency> @@ -319,6 +327,14 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.thrift</groupId> + <artifactId>libthrift</artifactId> + </exclusion> + <exclusion> + <groupId>org.codehaus.jackson</groupId> + <artifactId>jackson-mapper-asl</artifactId> + </exclusion> </exclusions> </dependency> |