X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=245bae022999887a59cd506190245818a2c21e86;hb=083e5a2aefd76bb1fc25bcb5528b7288b059c1c2;hp=fe2ca72d439bd554bce31ec499142c8eb75e5d44;hpb=b5424bcbe2f12bc0c209cca7227e7a46483c310b;p=clamp.git diff --git a/pom.xml b/pom.xml index fe2ca72d..245bae02 100644 --- a/pom.xml +++ b/pom.xml @@ -547,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 + @@ -850,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 @@ -902,7 +915,7 @@ **/*ItCase.java 1C - true + false false ${failsafeArgLine} @@ -1210,7 +1223,6 @@ deploy - true ${project.build.directory}/${ui.react.lib.src} publish @@ -1231,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 + + +