X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=245bae022999887a59cd506190245818a2c21e86;hb=09da64aa760f0025900abff02687fea4e9f40ccf;hp=84b4d1f3960b6e2bd1af26f840bc356814274904;hpb=67bb8026ac17792efc7c51e9f7905f918c965e01;p=clamp.git diff --git a/pom.xml b/pom.xml index 84b4d1f3..245bae02 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.0.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,7 +99,7 @@ true false - 9.0.27 + 9.0.33 ui-react ui-react-lib https://nexus3.onap.org/repository/npm.snapshot/ @@ -254,39 +254,6 @@ - - org.apache.xmlgraphics - batik-svggen - 1.11 - - - xml-apis - xml-apis - - - - - org.apache.xmlgraphics - batik-svg-dom - 1.11 - - - xml-apis - xml-apis - - - - - org.apache.xmlgraphics - batik-transcoder - 1.11 - - - xml-apis - xml-apis - - - com.att.eelf eelf-core @@ -366,6 +333,11 @@ + + javax.xml.ws + jaxws-api + 2.3.1 + javax.xml.bind jaxb-api @@ -428,6 +400,10 @@ javax.servlet servlet-api + + log4j + log4j + @@ -493,6 +469,11 @@ 1.3 + + org.springframework.security + spring-security-web + 5.2.3.RELEASE + org.codehaus.plexus plexus-utils @@ -530,6 +511,17 @@ sdc-tosca 1.5.1 + + org.yaml + snakeyaml + 1.26 + + + org.dom4j + dom4j + 2.1.3 + + org.assertj @@ -555,12 +547,38 @@ 2.0.4 test + + com.github.docker-java + docker-java-core + 3.2.1 + test + + + com.github.docker-java + docker-java + 3.2.1 + test + clamp + + src/main/resources + true + + clds/aaf/** + + + + src/main/resources + false + + clds/aaf/** + + src/test/resources @@ -772,6 +790,7 @@ 1.0 + docker-tags validate execute @@ -780,14 +799,8 @@ ${project.basedir}/src/main/script/TagVersion.groovy - - - - org.codehaus.groovy.maven - gmaven-plugin - 1.0 - + npm-repos-selection validate execute @@ -849,6 +862,7 @@ docker.mariadb.port.host docker.http-cache.port.host clamp.it.tests.http-redirected + clamp.it.tests.robotframework.http clamp.it.tests.https clamp.it.tests.http @@ -860,9 +874,7 @@ org.springframework.boot spring-boot-maven-plugin - - 1.5.13.RELEASE - + ${springboot.version} @@ -903,7 +915,7 @@ **/*ItCase.java 1C - true + false false ${failsafeArgLine} @@ -1177,6 +1189,7 @@ test + ${maven.test.skip} run-script test:coverage ${project.build.directory}/${ui.react.src} @@ -1230,6 +1243,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 + + +