X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=7bc934c9920d4041ad42bb3330845c11da39d594;hb=5587e07bd5a5344b8f70ed4594fe87f82a6fa242;hp=856e2f8b13e329ecb6f916a7280ac078ac7a868b;hpb=385f0850e40f4bffbee8d8a00d434922cea45e6e;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index 856e2f8b..7bc934c9 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,10 +37,10 @@ 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 @@ -47,6 +48,7 @@ 2.3.1 1.1.4 20190722 + 4.1.48.Final ${project.basedir}/../target/code-coverage/jacoco-ut.exec @@ -96,6 +98,12 @@ org.glassfish.jersey.core jersey-server ${version.jersey} + + + org.glassfish.jersey.media + jersey-media-jaxb + + @@ -170,11 +178,18 @@ ${version.jersey} + + + com.google.re2j + re2j + 1.4 + + org.mariadb.jdbc mariadb-java-client - 2.2.6 + 2.6.1 @@ -200,7 +215,7 @@ com.thoughtworks.xstream xstream - 1.4.11.1 + 1.4.12 @@ -208,7 +223,7 @@ org.eclipse.persistence javax.persistence - 2.1.0 + 2.2.1 @@ -236,7 +251,7 @@ org.apache.httpcomponents httpclient - 4.5.11 + 4.5.12 @@ -257,19 +272,19 @@ 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 +315,13 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2 + 2.1.21 + + + log4j + log4j + + @@ -326,14 +347,14 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1 org.yaml snakeyaml - 1.25 + 1.26 @@ -348,7 +369,7 @@ org.codehaus.plexus plexus-utils - 3.0.24 + 3.3.0 @@ -435,13 +456,13 @@ io.cucumber cucumber-java - 5.4.0 + 6.1.2 test io.cucumber cucumber-junit - 5.4.0 + 6.1.2 test @@ -449,7 +470,7 @@ org.assertj assertj-core - 3.11.1 + 3.16.1 test @@ -457,7 +478,7 @@ com.openpojo openpojo - 0.8.10 + 0.8.13 test @@ -487,9 +508,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 +739,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 + + + -