Update the version of vfc-nfvo-driver-vnfm-svnfm
[vfc/nfvo/driver/vnfm/svnfm.git] / huawei / vnfmadapter / VnfmadapterService / service / pom.xml
index b929677..9945647 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter</groupId>
         <artifactId>vnfmadapter-service-root</artifactId>
-        <version>1.3.6-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>vnfmadapter-service</artifactId>
     <name>vfc/nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService/service</name>
     <packaging>war</packaging>
-
+    <properties>
+        <java.version>11</java.version>
+    </properties>
     <dependencies>
         <dependency>
             <groupId>org.powermock</groupId>
@@ -71,7 +73,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>com.springsource.org.apache.commons.codec</artifactId>
-            <version>1.3.0</version>
+            <version>1.6.0</version>
         </dependency>
         <dependency>
             <groupId>commons-collections</groupId>
             <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>