X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=ef5870f779092316b0d3e8160641ceb0d53037e4;hb=04cafa43d8a6502b1c0d57d8f72819820e0633f9;hp=ae6ab215af13221450fbc7267f1a76b53177e410;hpb=ed57ed2df0db5dc0bbf339b6ff51c4279396cba1;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index ae6ab215..ef5870f7 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -2,7 +2,8 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2020 AT&T. All rights reserved. - Modifications Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2019-2020 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.1.1-SNAPSHOT + 3.3.0-SNAPSHOT integration pom @@ -36,17 +37,17 @@ 11 1.2.3 - 1.1.9 + 1.1.11 2.0.4 2.7.5 - 2.10.0.pr3 - 7.30.0.Final - 2.29.1 + 7.33.0.Final + 2.30.1 + 2.11.1 0.4.4 - 1.6.0 + 1.6.2 2.3.1 1.1.4 - 20190722 + 4.1.48.Final ${project.basedir}/../target/code-coverage/jacoco-ut.exec @@ -59,35 +60,10 @@ - + - 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} @@ -96,6 +72,12 @@ org.glassfish.jersey.core jersey-server ${version.jersey} + + + org.glassfish.jersey.media + jersey-media-jaxb + + @@ -150,6 +132,12 @@ org.glassfish.jersey.media jersey-media-json-jackson ${version.jersey} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + @@ -170,6 +158,13 @@ ${version.jersey} + + + com.google.re2j + re2j + 1.4 + + org.mariadb.jdbc @@ -194,13 +189,13 @@ commons-codec commons-codec - 1.11 + 1.14 com.thoughtworks.xstream xstream - 1.4.11.1 + 1.4.12 @@ -236,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 @@ -300,7 +300,13 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2 + 2.1.21 + + + log4j + log4j + + @@ -326,14 +332,14 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1 org.yaml snakeyaml - 1.24 + 1.26 @@ -348,7 +354,7 @@ org.codehaus.plexus plexus-utils - 3.0.24 + 3.3.0 @@ -419,7 +425,7 @@ com.h2database h2 - 1.4.197 + 1.4.200 test @@ -427,7 +433,7 @@ junit junit - 4.12 + 4.13 test @@ -435,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 @@ -449,7 +455,7 @@ org.assertj assertj-core - 3.11.1 + 3.16.1 test @@ -457,7 +463,7 @@ com.openpojo openpojo - 0.8.10 + 0.8.13 test @@ -487,9 +493,48 @@ org.mockito mockito-core - 3.2.4 + 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 + @@ -679,7 +724,62 @@ + + 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 + + + -