X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=6ab125b05a476bf7cf2758ebeffa5ed2d7da29d0;hb=refs%2Fheads%2Ftosca-poc;hp=fe2ca72d439bd554bce31ec499142c8eb75e5d44;hpb=5f4a40286949853388558b2c138f419bd7e6893d;p=clamp.git diff --git a/pom.xml b/pom.xml index fe2ca72d..6ab125b0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,8 @@ Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ + Modifications Copyright (c) 2020 Nordix + ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -26,7 +28,7 @@ 4.0.0 org.onap.clamp clds - 5.1.0-SNAPSHOT + 5.1.1-SNAPSHOT clamp @@ -76,8 +78,9 @@ UTF-8 1.0.0 - 2.25.0 - 2.2.6.RELEASE + 2.25.2 + 2.2.9.RELEASE + 2.3.2-SNAPSHOT jacoco ${project.build.directory}/surefire-reports @@ -99,7 +102,7 @@ true false - 9.0.33 + 9.0.37 ui-react ui-react-lib https://nexus3.onap.org/repository/npm.snapshot/ @@ -327,27 +330,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 @@ -391,6 +375,12 @@ spring-boot-starter-data-jpa + + + javax.xml.ws + jaxws-api + 2.3.1 + org.onap.aaf.authz aaf-cadi-aaf @@ -416,11 +406,6 @@ logback-classic 1.2.3 - - commons-dbcp - commons-dbcp - 1.4 - commons-io commons-io @@ -436,23 +421,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 @@ -463,12 +435,12 @@ persistence-api 1.0.2 + - org.apache.commons - commons-csv - 1.3 + commons-codec + commons-codec + 1.14 - org.springframework.security spring-security-web @@ -489,16 +461,12 @@ guava 27.0-jre - - commons-codec - commons-codec - 1.13 - + org.mariadb.jdbc mariadb-java-client - 2.2.1 + 2.6.2 @@ -510,6 +478,12 @@ org.onap.sdc.sdc-tosca sdc-tosca 1.5.1 + + + com.fasterxml.jackson.core + jackson-databind + + org.yaml @@ -522,7 +496,24 @@ 2.1.3 + + + org.onap.policy.models + policy-models-base + ${policy.models.version} + + + org.onap.policy.models + policy-models-tosca + ${policy.models.version} + + + + junit + junit + test + org.assertj assertj-core @@ -547,6 +538,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 +859,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 @@ -925,7 +935,7 @@ 1.35 - library/mariadb:10.3.12 + docker.io/mariadb:10.5.4 mariadb @@ -939,8 +949,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 +964,7 @@ - library/python:2-slim + docker.io/python:2-slim python python @@ -1210,7 +1220,6 @@ deploy - true ${project.build.directory}/${ui.react.lib.src} publish @@ -1231,6 +1240,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 + + +