summaryrefslogtreecommitdiffstats
path: root/asdctool/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r--asdctool/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index d3a0c4dbd3..2c419bce99 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -78,6 +78,10 @@
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.openecomp.ecompsdkos</groupId>
<artifactId>epsdk-fw</artifactId>
</exclusion>
@@ -137,6 +141,12 @@
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -165,6 +175,12 @@
<artifactId>jetty-servlet</artifactId>
<version>${jetty.version}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -186,6 +202,12 @@
<artifactId>jersey-container-jetty-http</artifactId>
<version>${jersey-bom.version}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-continuation</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -244,6 +266,10 @@
<scope>compile</scope>
<exclusions>
<exclusion>
+ <artifactId>gremlin-groovy</artifactId>
+ <groupId>org.apache.tinkerpop</groupId>
+ </exclusion>
+ <exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>