aboutsummaryrefslogtreecommitdiffstats
path: root/common-be-tests-utils
diff options
context:
space:
mode:
Diffstat (limited to 'common-be-tests-utils')
-rw-r--r--common-be-tests-utils/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/common-be-tests-utils/pom.xml b/common-be-tests-utils/pom.xml
index 408cc3ae75..22d8ff799b 100644
--- a/common-be-tests-utils/pom.xml
+++ b/common-be-tests-utils/pom.xml
@@ -38,6 +38,30 @@
<!-- Common of SD&C -->
<dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <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>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ <version>${jetty.version}</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-security</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>common-app-api</artifactId>
<version>${project.version}</version>