X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=260ec6825de64374092b55709cac603f35c73c55;hb=a5e8d3d1dc58f8ef13c7f629f96e01eef95f1f50;hp=75c22bbe35d7d50f594634905df6c9bb4e691943;hpb=1ccb7076f4f705d2c3337ddd7da647769cbcbaef;p=clamp.git diff --git a/pom.xml b/pom.xml index 75c22bbe..260ec682 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.0.1-SNAPSHOT + 5.1.0-SNAPSHOT clamp @@ -76,8 +76,8 @@ UTF-8 1.0.0 - 2.25.0 - 2.2.5.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 @@ -302,11 +269,6 @@ - - org.codehaus.janino - janino - 3.0.8 - org.apache.tomcat.embed tomcat-embed-core @@ -360,10 +322,6 @@ org.slf4j slf4j-ext - - com.fasterxml.jackson.core - jackson-databind - @@ -376,11 +334,6 @@ jaxb-api 2.3.0 - - org.glassfish.jersey.core - jersey-common - 2.27 - org.springframework.boot @@ -433,6 +386,10 @@ javax.servlet servlet-api + + log4j + log4j + @@ -465,10 +422,6 @@ commons-vfs2 2.2 - - joda-time - joda-time - org.slf4j slf4j-api @@ -492,12 +445,17 @@ persistence-api 1.0.2 + - org.apache.commons - commons-csv - 1.3 + commons-codec + commons-codec + 1.14 + + + org.springframework.security + spring-security-web + 5.2.3.RELEASE - org.codehaus.plexus plexus-utils @@ -513,16 +471,12 @@ guava 27.0-jre - - commons-codec - commons-codec - 1.13 - + org.mariadb.jdbc mariadb-java-client - 2.2.1 + 2.6.2 @@ -534,12 +488,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 @@ -565,6 +531,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 + @@ -868,6 +852,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 @@ -919,7 +904,7 @@ **/*ItCase.java - 1C + 1 true false ${failsafeArgLine} @@ -943,7 +928,7 @@ 1.35 - library/mariadb:10.3.12 + docker.io/mariadb:10.5.4 mariadb @@ -957,8 +942,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 @@ -972,7 +957,7 @@ - library/python:2-slim + docker.io/python:2-slim python python @@ -1228,7 +1213,6 @@ deploy - true ${project.build.directory}/${ui.react.lib.src} publish @@ -1249,6 +1233,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 + + +