summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2018-04-17 08:16:06 +0800
committerKailun Qin <kailun.qin@intel.com>2018-04-17 08:17:44 +0800
commit8b6597fd9f47f626d19f55ea8c14e914cea17c9b (patch)
tree3519d8e1ba8d5f4986a011adc9347ef4d4a577f9
parent540a174431107a73ea21a38c4d3e5b9358e92e12 (diff)
Update hk2 related dependencies to the latest
Override hk2 related dependencies with the latest versions to address nexus reported security issues. Change-Id: Ib894a48c25ca5d6f59509941d1d954afcaf1a9cd Issue-ID: VNFSDK-246 Signed-off-by: Kailun Qin <kailun.qin@intel.com>
-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>-->