X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=d803da8715ea75518b65bbc745f66b66d8d6d155;hb=5ca01a91d9507b77e101e2cbd9de97c705a6d5ae;hp=162dd312873deac71490b19bda438f436075be0e;hpb=4a1ed8a656903f32b2cf134de6f9602412eb3c5c;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index 162dd312..d803da87 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1,9 +1,9 @@ + - com.fasterxml.jackson.core - jackson-annotations - ${version.jackson} - - - com.fasterxml.jackson.core - jackson-core - ${version.jackson} - - - com.fasterxml.jackson.core - jackson-databind - ${version.jackson} - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${version.jackson} - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base - ${version.jackson} - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider + com.fasterxml.jackson.module + jackson-module-jaxb-annotations ${version.jackson} @@ -158,6 +133,12 @@ org.glassfish.jersey.media jersey-media-json-jackson ${version.jersey} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + @@ -182,14 +163,14 @@ com.google.re2j re2j - 1.3 + 1.5 org.mariadb.jdbc mariadb-java-client - 2.2.6 + 2.7.1 @@ -209,21 +190,13 @@ commons-codec commons-codec - 1.14 + 1.15 com.thoughtworks.xstream xstream - 1.4.11.1 - - - - - - org.eclipse.persistence - javax.persistence - 2.1.0 + 1.4.15 @@ -251,14 +224,14 @@ org.apache.httpcomponents httpclient - 4.5.11 + 4.5.13 org.apache.httpcomponents httpcore - 4.4.13 + 4.4.14 @@ -267,24 +240,29 @@ gson 2.8.6 + + org.json + json + 20201115 + org.projectlombok lombok - 1.18.4 + 1.18.16 org.slf4j slf4j-api - 1.7.25 + 1.7.30 - log4j - log4j - 1.2.17 + org.slf4j + slf4j-ext + 1.7.30 ch.qos.logback @@ -304,18 +282,30 @@ ${version.dmaap} - + - org.onap.ccsdk.cds.components - proto-definition + org.onap.ccsdk.cds.blueprintsprocessor + blueprint-proto ${version.ccsdk} + + + io.springfox + springfox-boot-starter + + org.onap.aaf.authz aaf-cadi-aaf - 2.1.2 + 2.1.21 + + + log4j + log4j + + @@ -341,14 +331,14 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1 org.yaml snakeyaml - 1.26 + 1.27 @@ -363,7 +353,7 @@ org.codehaus.plexus plexus-utils - 3.0.24 + 3.3.0 @@ -434,7 +424,7 @@ com.h2database h2 - 1.4.197 + 1.4.200 test @@ -442,7 +432,7 @@ junit junit - 4.13 + 4.13.1 test @@ -450,13 +440,13 @@ io.cucumber cucumber-java - 5.4.0 + 6.9.1 test io.cucumber cucumber-junit - 5.4.0 + 6.9.1 test @@ -464,7 +454,7 @@ org.assertj assertj-core - 3.11.1 + 3.18.1 test @@ -472,7 +462,7 @@ com.openpojo openpojo - 0.8.10 + 0.8.13 test @@ -502,7 +492,7 @@ org.mockito mockito-core - 3.2.4 + 3.7.7 test @@ -510,7 +500,7 @@ org.awaitility awaitility - 4.0.2 + 4.0.3 test @@ -535,14 +525,14 @@ org.apache.commons commons-lang3 - 3.10 + 3.11 commons-io commons-io - 2.7 + 2.8.0 @@ -556,18 +546,133 @@ https://wiki.onap.org/display/DW/Integration+Project + + + m2e + + + + m2e.version + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17,) + + check + + + + + + + + + org.jacoco + jacoco-maven-plugin + [0.7.1.201405082137,) + + prepare-agent + + + + + + + + + de.jpdigital + hibernate52-ddl-maven-plugin + [2.3.0,) + + gen-ddl + + + + + + + + + org.codehaus.groovy.maven + gmaven-plugin + [1.0,) + + execute + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + [3.0.0,) + + exec + + + + + + + + + org.codehaus.mojo + keytool-maven-plugin + [1.5.0,) + + generateKeyPair + + + + + + + + + + + + + + + + + + + org.apache.maven.archetype + archetype-packaging + 3.2.0 + + org.codehaus.mojo versions-maven-plugin - 2.7 + 2.8.1 org.apache.maven.plugins maven-dependency-plugin - 3.1.1 + 3.1.2 @@ -590,22 +695,22 @@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins maven-source-plugin - 3.2.0 + 3.2.1 org.apache.maven.plugins maven-release-plugin - 2.5.3 + 3.0.0-M1 org.apache.maven.plugins maven-assembly-plugin - 3.2.0 + 3.3.0 org.apache.maven.plugins @@ -615,22 +720,17 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.2.0 org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.2.4 org.apache.maven.plugins maven-archetype-plugin - 3.1.2 - - - org.apache.maven.archetype - archetype-packaging - 3.1.2 + 3.2.0 com.coderplus.maven.plugins @@ -649,17 +749,17 @@ org.codehaus.mojo exec-maven-plugin - 1.6.0 + 3.0.0 org.apache.maven.plugins maven-war-plugin - 3.2.3 + 3.3.1 io.fabric8 docker-maven-plugin - 0.31.0 + 0.34.1 org.kie @@ -705,31 +805,31 @@ - pre-integration-test - pre-integration-test - - prepare-agent - - - true - + pre-integration-test + pre-integration-test + + prepare-agent + + + true + - post-integration-test - post-integration-test - - report - - - true - + post-integration-test + post-integration-test + + report + + + true + - report-aggregate - prepare-package - - report-aggregate - + report-aggregate + prepare-package + + report-aggregate +