X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=27ba8e31db410a96b5f69e81622706a5cee5cf26;hb=31749441fa1ccc54c8a30c61a2915285fb7cc2d8;hp=8fcd6eed037d6c3543ef5ea4e839a1ea98dd6eb7;hpb=c0b0ed6664def4ff811dd8d303e605a8e5b44346;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index 8fcd6eed..27ba8e31 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.2.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 + 2.10.4 7.33.0.Final 2.30.1 0.4.4 1.6.0 2.3.1 1.1.4 - 20190722 + 4.1.48.Final ${project.basedir}/../target/code-coverage/jacoco-ut.exec @@ -96,6 +97,12 @@ org.glassfish.jersey.core jersey-server ${version.jersey} + + + org.glassfish.jersey.media + jersey-media-jaxb + + @@ -170,6 +177,13 @@ ${version.jersey} + + + com.google.re2j + re2j + 1.3 + + org.mariadb.jdbc @@ -252,6 +266,11 @@ gson 2.8.6 + + org.json + json + 20200518 + @@ -266,11 +285,6 @@ slf4j-api 1.7.25 - - log4j - log4j - 1.2.17 - ch.qos.logback logback-core @@ -300,7 +314,13 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2 + 2.1.21 + + + log4j + log4j + + @@ -326,14 +346,14 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1 org.yaml snakeyaml - 1.25 + 1.26 @@ -499,6 +519,36 @@ 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 + @@ -688,7 +738,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 + + + -