X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7a696154a5a6b52201bd26ce3b90885686d4be35;hb=94eb4305a9f99647ffd07a81ef57f62b71462858;hp=633109bc0d7cebb62a7fca39dff54fe88be9ff49;hpb=0c4e6af85daabe730917898f466a1d45cbc16f92;p=clamp.git diff --git a/pom.xml b/pom.xml index 633109bc..7a696154 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.2 + 2.2.9.RELEASE jacoco ${project.build.directory}/surefire-reports @@ -99,7 +99,7 @@ true false - 9.0.27 + 9.0.37 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 @@ -360,12 +327,13 @@ org.slf4j slf4j-ext - - com.fasterxml.jackson.core - jackson-databind - + + javax.xml.ws + jaxws-api + 2.3.1 + javax.xml.bind jaxb-api @@ -428,6 +396,10 @@ javax.servlet servlet-api + + log4j + log4j + @@ -460,10 +432,6 @@ commons-vfs2 2.2 - - joda-time - joda-time - org.slf4j slf4j-api @@ -493,6 +461,11 @@ 1.3 + + org.springframework.security + spring-security-web + 5.2.3.RELEASE + org.codehaus.plexus plexus-utils @@ -529,7 +502,24 @@ org.onap.sdc.sdc-tosca sdc-tosca 1.5.1 + + + com.fasterxml.jackson.core + jackson-databind + + + + + org.yaml + snakeyaml + 1.26 + + + org.dom4j + dom4j + 2.1.3 + org.assertj @@ -555,6 +545,24 @@ 2.0.4 test + + com.github.docker-java + docker-java-core + 3.2.1 + test + + + com.fasterxml.jackson.core + jackson-databind + + + + + com.github.docker-java + docker-java + 3.2.1 + test + @@ -786,6 +794,7 @@ 1.0 + docker-tags validate execute @@ -794,14 +803,8 @@ ${project.basedir}/src/main/script/TagVersion.groovy - - - - org.codehaus.groovy.maven - gmaven-plugin - 1.0 - + npm-repos-selection validate execute @@ -863,6 +866,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 @@ -874,9 +878,7 @@ org.springframework.boot spring-boot-maven-plugin - - 1.5.13.RELEASE - + ${springboot.version} @@ -916,7 +918,7 @@ **/*ItCase.java - 1C + 1 true false ${failsafeArgLine} @@ -940,7 +942,7 @@ 1.35 - library/mariadb:10.3.12 + docker.io/mariadb:10.5.4 mariadb @@ -954,8 +956,8 @@ - socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution - + socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution + /docker-entrypoint-initdb.d/dump/backup-data-only.sh @@ -969,7 +971,7 @@ - library/python:2-slim + docker.io/python:2-slim python python @@ -1245,6 +1247,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 + + +