fix bug for vfc-nfvo-driver-vnfm-svnfm sanity check
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / pom.xml
index 6ada74f..eb630e1 100644 (file)
   <parent>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
     <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.3.4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2</groupId>
   <artifactId>vfc-nfvo-driver-vnfm-svnfm-nokiav2</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.3.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>vfc-nfvo-driver-vnfm-svnfm-nokiav2</name>
   <properties>
     <jacoco.version>0.8.0</jacoco.version>
-   <spring.boot.version>1.5.10.RELEASE</spring.boot.version> 
-<!--    <spring.boot.version>2.0.0.RELEASE</spring.boot.version> -->
+    <spring.boot.version>2.1.3.RELEASE</spring.boot.version>
   </properties>
-  <!--
+  <!-- used to test dependency convergence locally
   <build>
     <plugins>
       <plugin>
@@ -45,6 +44,7 @@
               <rules>
                 <DependencyConvergence/>
               </rules>
+              <fail>true</fail>
             </configuration>
             <goals>
               <goal>enforce</goal>
@@ -54,7 +54,7 @@
       </plugin>
     </plugins>
   </build>
- -->
+-->
   <modules>
     <module>generatedapis</module>
     <module>driver</module>