diff options
author | sekharhuawei <reddi.shekhar@huawei.com> | 2020-10-12 14:11:11 +0530 |
---|---|---|
committer | sekharhuawei <reddi.shekhar@huawei.com> | 2020-10-13 22:03:40 +0530 |
commit | 29009da86c49a7c7041729b21f240ebb471e66ca (patch) | |
tree | 81e00a6da95e4d07b37d1a511dd71c118bbad5f6 /huawei/vnfmadapter | |
parent | 5d01048aec5f3bb21cf6df1b481c92b7c04f2312 (diff) |
VFC has one java 8 pod
Issue-ID: VFC-1741
Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com>
Change-Id: Iade86acc8d846be6b1397625ce2b561600ea9aec
Diffstat (limited to 'huawei/vnfmadapter')
-rw-r--r-- | huawei/vnfmadapter/VnfmadapterService/service/pom.xml | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml index bcfb1483..d3728517 100644 --- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml @@ -319,9 +319,29 @@ <artifactId>junit</artifactId> <version>4.9</version> <scope>test</scope> - </dependency> - <!-- UT coverage dependency end --> - + </dependency> + + <!-- UT coverage dependency end --> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.3.1</version> + </dependency> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> + <version>2.3.0</version> + </dependency> + <dependency> + <groupId>org.glassfish.jaxb</groupId> + <artifactId>jaxb-runtime</artifactId> + <version>2.3.0</version> + </dependency> + <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.1.1</version> + </dependency> </dependencies> </project> |