X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=ef5870f779092316b0d3e8160641ceb0d53037e4;hb=04cafa43d8a6502b1c0d57d8f72819820e0633f9;hp=a5cefedcf5fbe0c8e65aec0bc38052120072addc;hpb=c8cccc73f72f97f8cc3e8a70aed7bca2f5c3e384;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index a5cefedc..ef5870f7 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} @@ -93,6 +72,12 @@ org.glassfish.jersey.core jersey-server ${version.jersey} + + + org.glassfish.jersey.media + jersey-media-jaxb + + @@ -147,6 +132,12 @@ org.glassfish.jersey.media jersey-media-json-jackson ${version.jersey} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + @@ -167,6 +158,13 @@ ${version.jersey} + + + com.google.re2j + re2j + 1.4 + + org.mariadb.jdbc @@ -178,7 +176,7 @@ io.swagger swagger-jersey2-jaxrs - 1.5.24 + ${version.swagger} org.glassfish.jersey.containers @@ -191,13 +189,13 @@ commons-codec commons-codec - 1.11 + 1.14 com.thoughtworks.xstream xstream - 1.4.11.1 + 1.4.12 @@ -233,40 +231,45 @@ org.apache.httpcomponents httpclient - 4.5.9 + 4.5.12 org.apache.httpcomponents httpcore - 4.4.9 + 4.4.13 com.google.code.gson gson - 2.8.4 + 2.8.6 + + + org.json + json + 20200518 org.projectlombok lombok - 1.18.4 + 1.18.12 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 @@ -297,7 +300,13 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2 + 2.1.21 + + + log4j + log4j + + @@ -323,14 +332,14 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1 org.yaml snakeyaml - 1.24 + 1.26 @@ -345,7 +354,7 @@ org.codehaus.plexus plexus-utils - 3.0.24 + 3.3.0 @@ -416,7 +425,7 @@ com.h2database h2 - 1.4.197 + 1.4.200 test @@ -424,7 +433,7 @@ junit junit - 4.12 + 4.13 test @@ -432,13 +441,13 @@ io.cucumber cucumber-java - 4.2.0 + 6.1.2 test io.cucumber cucumber-junit - 4.2.0 + 6.1.2 test @@ -446,11 +455,17 @@ org.assertj assertj-core - 3.11.1 + 3.16.1 test + + com.openpojo + openpojo + 0.8.13 + test + org.mockito mockito-all @@ -465,7 +480,7 @@ org.powermock - powermock-api-mockito + powermock-api-mockito2 ${version.powermock} test @@ -476,11 +491,50 @@ test - com.openpojo - openpojo - 0.8.10 + org.mockito + mockito-core + 3.3.3 + 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.10 + + + + + commons-io + commons-io + 2.7 + @@ -580,8 +634,7 @@ 3.8.1 ${project.build.sourceEncoding} - ${java.version} - ${java.version} + ${java.version} @@ -618,7 +671,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 + + + -