VFC has one java 8 pod 67/113767/6
authorsekharhuawei <reddi.shekhar@huawei.com>
Mon, 12 Oct 2020 08:41:11 +0000 (14:11 +0530)
committersekharhuawei <reddi.shekhar@huawei.com>
Tue, 13 Oct 2020 16:33:40 +0000 (22:03 +0530)
Issue-ID: VFC-1741

Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com>
Change-Id: Iade86acc8d846be6b1397625ce2b561600ea9aec

huawei/vnfmadapter/VnfmadapterService/service/pom.xml

index bcfb148..d372851 100644 (file)
             <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>