X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=58c4de181c58a71625a57618be5fb7bb2d2bfe84;hb=e1d5007e4688bfbbb176f0fc6c119a73e9f19882;hp=9825d35b51fcc22245bc3a6662110f9e3412fb78;hpb=3bb0a519c63cc629f5d36b29d8eeced99109353f;p=clamp.git diff --git a/pom.xml b/pom.xml index 9825d35b..58c4de18 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.0.5-SNAPSHOT + 5.1.4-SNAPSHOT clamp @@ -76,8 +76,8 @@ UTF-8 1.0.0 - 2.25.0 - 2.2.5.RELEASE + 2.25.2 + 2.2.10.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/ @@ -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 @@ -360,27 +327,8 @@ org.slf4j slf4j-ext - - com.fasterxml.jackson.core - jackson-databind - - - javax.xml.ws - jaxws-api - 2.3.1 - - - javax.xml.bind - jaxb-api - 2.3.0 - - - org.glassfish.jersey.core - jersey-common - 2.27 - org.springframework.boot @@ -424,6 +372,12 @@ spring-boot-starter-data-jpa + + + javax.xml.ws + jaxws-api + 2.3.1 + org.onap.aaf.authz aaf-cadi-aaf @@ -449,11 +403,6 @@ logback-classic 1.2.3 - - commons-dbcp - commons-dbcp - 1.4 - commons-io commons-io @@ -469,23 +418,10 @@ commons-vfs2 2.2 - - joda-time - joda-time - org.slf4j slf4j-api - - javax.ws.rs - javax.ws.rs-api - 2.0 - - - junit - junit - javax.transaction jta @@ -496,12 +432,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 @@ -517,27 +458,29 @@ guava 27.0-jre - - commons-codec - commons-codec - 1.13 - + org.mariadb.jdbc mariadb-java-client - 2.2.1 + 2.6.2 org.onap.sdc.sdc-distribution-client sdc-distribution-client - 1.3.0 + 1.4.1 org.onap.sdc.sdc-tosca sdc-tosca 1.5.1 + + + com.fasterxml.jackson.core + jackson-databind + + org.yaml @@ -551,6 +494,11 @@ + + junit + junit + test + org.assertj assertj-core @@ -575,6 +523,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 + @@ -878,6 +844,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 @@ -953,7 +920,7 @@ 1.35 - library/mariadb:10.3.12 + docker.io/mariadb:10.5.4 mariadb @@ -967,8 +934,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 @@ -982,7 +949,7 @@ - library/python:2-slim + docker.io/python:2-slim python python @@ -1238,7 +1205,6 @@ deploy - true ${project.build.directory}/${ui.react.lib.src} publish @@ -1259,6 +1225,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 + + +