X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=c15b54255ec4c7721b27938becc861a1aa32d744;hb=fd8f013b377b419d9a177f5dd00c94fcdc40a2ca;hp=155eb401e61bb54cd49224ee794edfc7829f679e;hpb=e06b7efed417389decbf043b5fa7bf7253652583;p=clamp.git diff --git a/pom.xml b/pom.xml index 155eb401..c15b5425 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 4.2.0-SNAPSHOT + 5.1.0-SNAPSHOT clamp @@ -76,8 +76,8 @@ UTF-8 1.0.0 - 2.24.0 - 2.2.0.RELEASE + 2.25.0 + 2.2.6.RELEASE jacoco ${project.build.directory}/surefire-reports @@ -99,10 +99,10 @@ true false - 9.0.27 + 9.0.33 ui-react ui-react-lib - https://nexus3.onap.org/repository/npm.release/ + https://nexus3.onap.org/repository/npm.snapshot/ @@ -366,6 +366,11 @@ + + javax.xml.ws + jaxws-api + 2.3.1 + javax.xml.bind jaxb-api @@ -428,6 +433,10 @@ javax.servlet servlet-api + + log4j + log4j + @@ -493,6 +502,11 @@ 1.3 + + org.springframework.security + spring-security-web + 5.2.3.RELEASE + org.codehaus.plexus plexus-utils @@ -530,6 +544,17 @@ sdc-tosca 1.5.1 + + org.yaml + snakeyaml + 1.26 + + + org.dom4j + dom4j + 2.1.3 + + org.assertj @@ -561,6 +586,20 @@ clamp + + src/main/resources + true + + clds/aaf/** + + + + src/main/resources + false + + clds/aaf/** + + src/test/resources @@ -772,6 +811,7 @@ 1.0 + docker-tags validate execute @@ -780,14 +820,8 @@ ${project.basedir}/src/main/script/TagVersion.groovy - - - - org.codehaus.groovy.maven - gmaven-plugin - 1.0 - + npm-repos-selection validate execute @@ -860,9 +894,7 @@ org.springframework.boot spring-boot-maven-plugin - - 1.5.13.RELEASE - + ${springboot.version} @@ -1177,6 +1209,7 @@ test + ${maven.test.skip} run-script test:coverage ${project.build.directory}/${ui.react.src} @@ -1210,6 +1243,7 @@ deploy + true ${project.build.directory}/${ui.react.lib.src} publish @@ -1230,6 +1264,26 @@ sonar-maven-plugin 3.7.0.1746 + + org.codehaus.mojo + exec-maven-plugin + 1.3.2 + + + libIndexCheck + validate + + exec + + + + + bash + + ${project.basedir}/src/main/script/checkLibIndex.sh + + +