X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7a696154a5a6b52201bd26ce3b90885686d4be35;hb=bc9197028e2898f79b47933299ba5020243100ec;hp=fe2ca72d439bd554bce31ec499142c8eb75e5d44;hpb=b5424bcbe2f12bc0c209cca7227e7a46483c310b;p=clamp.git diff --git a/pom.xml b/pom.xml index fe2ca72d..7a696154 100644 --- a/pom.xml +++ b/pom.xml @@ -76,8 +76,8 @@ UTF-8 1.0.0 - 2.25.0 - 2.2.6.RELEASE + 2.25.2 + 2.2.9.RELEASE jacoco ${project.build.directory}/surefire-reports @@ -99,7 +99,7 @@ true false - 9.0.33 + 9.0.37 ui-react ui-react-lib https://nexus3.onap.org/repository/npm.snapshot/ @@ -327,10 +327,6 @@ org.slf4j slf4j-ext - - com.fasterxml.jackson.core - jackson-databind - @@ -436,10 +432,6 @@ commons-vfs2 2.2 - - joda-time - joda-time - org.slf4j slf4j-api @@ -510,6 +502,12 @@ org.onap.sdc.sdc-tosca sdc-tosca 1.5.1 + + + com.fasterxml.jackson.core + jackson-databind + + org.yaml @@ -547,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 + @@ -850,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 @@ -901,7 +918,7 @@ **/*ItCase.java - 1C + 1 true false ${failsafeArgLine} @@ -925,7 +942,7 @@ 1.35 - library/mariadb:10.3.12 + docker.io/mariadb:10.5.4 mariadb @@ -939,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 @@ -954,7 +971,7 @@ - library/python:2-slim + docker.io/python:2-slim python python @@ -1210,7 +1227,6 @@ deploy - true ${project.build.directory}/${ui.react.lib.src} publish @@ -1231,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 + + +