X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=245bae022999887a59cd506190245818a2c21e86;hb=11d9edc1eb1e2d9564666e22eb6a40f886ea4891;hp=55448a0e271c04baff31a207bb43d8cb8cdd6b75;hpb=5ad6a2fbd32923ab0e3fb65b9e34c14b590c53a7;p=clamp.git diff --git a/pom.xml b/pom.xml index 55448a0e..245bae02 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.0.5-SNAPSHOT + 5.1.0-SNAPSHOT clamp @@ -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 @@ -580,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 + @@ -883,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 @@ -935,7 +915,7 @@ **/*ItCase.java 1C - true + false false ${failsafeArgLine} @@ -1243,7 +1223,6 @@ deploy - true ${project.build.directory}/${ui.react.lib.src} publish @@ -1264,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 + + +