summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vnf-sdk-function-test/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index 560d444..d2b3be9 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -196,6 +196,36 @@
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.9.5</version>
</dependency>
+ <!-- https://mvnrepository.com/artifact/org.glassfish.hk2.external/javax.inject -->
+ <dependency>
+ <groupId>org.glassfish.hk2.external</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>2.5.0-b61</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/org.glassfish.hk2/hk2-api -->
+ <dependency>
+ <groupId>org.glassfish.hk2</groupId>
+ <artifactId>hk2-api</artifactId>
+ <version>2.5.0-b61</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/org.glassfish.hk2/hk2-locator -->
+ <dependency>
+ <groupId>org.glassfish.hk2</groupId>
+ <artifactId>hk2-locator</artifactId>
+ <version>2.5.0-b61</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/org.glassfish.hk2/hk2-utils -->
+ <dependency>
+ <groupId>org.glassfish.hk2</groupId>
+ <artifactId>hk2-utils</artifactId>
+ <version>2.5.0-b61</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/org.glassfish.hk2/osgi-resource-locator -->
+ <dependency>
+ <groupId>org.glassfish.hk2</groupId>
+ <artifactId>osgi-resource-locator</artifactId>
+ <version>2.5.0-b42</version>
+ </dependency>
<!--<dependency>-->
<!--<groupId>mysql</groupId>-->
<!--<artifactId>mysql-connector-java</artifactId>-->