X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=87b593507a9b4896eccf48ecb8cea62ba1149a42;hb=c13c83c9bd4fc386d05856f0b25a8f3fc1db22c3;hp=68388a6c94a997fc4c9138cdfc9be15cf178bdc2;hpb=6c59593a4b506c8ce21cae619a4fccd45923e1d1;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index 68388a6c..87b59350 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1,8 +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} @@ -94,6 +72,12 @@ org.glassfish.jersey.core jersey-server ${version.jersey} + + + org.glassfish.jersey.media + jersey-media-jaxb + + @@ -148,6 +132,12 @@ org.glassfish.jersey.media jersey-media-json-jackson ${version.jersey} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + @@ -168,11 +158,18 @@ ${version.jersey} + + + com.google.re2j + re2j + 1.5 + + org.mariadb.jdbc mariadb-java-client - 2.2.6 + 2.7.1 @@ -192,21 +189,13 @@ commons-codec commons-codec - 1.11 + 1.15 com.thoughtworks.xstream xstream - 1.4.11.1 - - - - - - org.eclipse.persistence - javax.persistence - 2.1.0 + 1.4.15 @@ -234,40 +223,45 @@ org.apache.httpcomponents httpclient - 4.5.9 + 4.5.13 org.apache.httpcomponents httpcore - 4.4.9 + 4.4.14 com.google.code.gson gson - 2.8.4 + 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 @@ -298,7 +292,13 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2 + 2.1.21 + + + log4j + log4j + + @@ -324,14 +324,14 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1 org.yaml snakeyaml - 1.24 + 1.27 @@ -346,7 +346,7 @@ org.codehaus.plexus plexus-utils - 3.0.24 + 3.3.0 @@ -417,7 +417,7 @@ com.h2database h2 - 1.4.197 + 1.4.200 test @@ -425,7 +425,7 @@ junit junit - 4.12 + 4.13.1 test @@ -433,13 +433,13 @@ io.cucumber cucumber-java - 4.2.0 + 6.9.1 test io.cucumber cucumber-junit - 4.2.0 + 6.9.1 test @@ -447,7 +447,7 @@ org.assertj assertj-core - 3.11.1 + 3.18.1 test @@ -455,7 +455,7 @@ com.openpojo openpojo - 0.8.10 + 0.8.13 test @@ -485,9 +485,48 @@ org.mockito mockito-core - 3.2.4 + 3.7.7 + test + + + + + org.awaitility + awaitility + 4.0.3 test + + + + io.netty + netty-all + ${version.netty} + + + io.netty + netty-codec-http2 + ${version.netty} + + + io.netty + netty-handler-proxy + ${version.netty} + + + + + org.apache.commons + commons-lang3 + 3.11 + + + + + commons-io + commons-io + 2.8.0 + @@ -506,12 +545,12 @@ org.codehaus.mojo versions-maven-plugin - 2.7 + 2.8 org.apache.maven.plugins maven-dependency-plugin - 3.1.1 + 3.1.2 @@ -534,22 +573,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 @@ -559,22 +598,22 @@ 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 + 3.2.0 org.apache.maven.archetype archetype-packaging - 3.1.2 + 3.2.0 com.coderplus.maven.plugins @@ -593,17 +632,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 @@ -624,7 +663,115 @@ ${java.version} + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${jacoco.dataFile} + true + + + + post-unit-test + test + + report + + + ${jacoco.dataFile} + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + true + + + + post-integration-test + post-integration-test + + report + + + true + + + + report-aggregate + prepare-package + + report-aggregate + + + + + + maven-checkstyle-plugin + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + + ${project.build.sourceDirectory} + + true + true + warning + + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + true + warning + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + compile + + + -