diff options
Diffstat (limited to 'nokiav2/pom.xml')
-rw-r--r-- | nokiav2/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nokiav2/pom.xml b/nokiav2/pom.xml index 6ada74f7..879ac373 100644 --- a/nokiav2/pom.xml +++ b/nokiav2/pom.xml @@ -28,8 +28,7 @@ <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.0.0.RELEASE</spring.boot.version> </properties> <!-- <build> @@ -45,6 +44,7 @@ <rules> <DependencyConvergence/> </rules> + <fail>false</fail> </configuration> <goals> <goal>enforce</goal> @@ -54,7 +54,7 @@ </plugin> </plugins> </build> - --> +--> <modules> <module>generatedapis</module> <module>driver</module> |