X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=cf1068caee966b766d2cca275643df0f3659dbd6;hb=e673a058c995392b3ad6cbab91a9571bed29a57b;hp=bab08d1be5b46ff195d5d4023eb15a53a3acc246;hpb=3b01773127bc3c2a7c0f5eaf858b6a69fd10fc8f;p=clamp.git diff --git a/pom.xml b/pom.xml index bab08d1b..cf1068ca 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.0.4-SNAPSHOT + 5.1.0-SNAPSHOT clamp @@ -77,7 +77,7 @@ 1.0.0 2.25.0 - 2.2.5.RELEASE + 2.2.6.RELEASE jacoco ${project.build.directory}/surefire-reports @@ -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 @@ -502,6 +469,11 @@ 1.3 + + org.springframework.security + spring-security-web + 5.2.3.RELEASE + org.codehaus.plexus plexus-utils @@ -575,6 +547,18 @@ 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 + @@ -878,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 @@ -929,7 +914,7 @@ **/*ItCase.java - 1C + 1 true false ${failsafeArgLine} @@ -953,7 +938,7 @@ 1.35 - library/mariadb:10.3.12 + docker.io/mariadb:10.3.12 mariadb @@ -982,7 +967,7 @@ - library/python:2-slim + docker.io/python:2-slim python python @@ -1238,7 +1223,6 @@ deploy - true ${project.build.directory}/${ui.react.lib.src} publish @@ -1259,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 + + +