X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=7bc934c9920d4041ad42bb3330845c11da39d594;hb=5587e07bd5a5344b8f70ed4594fe87f82a6fa242;hp=1ec5a34847305f10ac979aeee66e33bf1af3cc03;hpb=f17e30686cc8d09db568e1c581d8b4b2924fa39f;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index 1ec5a348..7bc934c9 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -2,7 +2,7 @@ ============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"); @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT integration pom @@ -37,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 @@ -98,6 +98,12 @@ org.glassfish.jersey.core jersey-server ${version.jersey} + + + org.glassfish.jersey.media + jersey-media-jaxb + + @@ -176,14 +182,14 @@ com.google.re2j re2j - 1.3 + 1.4 org.mariadb.jdbc mariadb-java-client - 2.2.6 + 2.6.1 @@ -209,7 +215,7 @@ com.thoughtworks.xstream xstream - 1.4.11.1 + 1.4.12 @@ -217,7 +223,7 @@ org.eclipse.persistence javax.persistence - 2.1.0 + 2.2.1 @@ -245,7 +251,7 @@ org.apache.httpcomponents httpclient - 4.5.11 + 4.5.12 @@ -266,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 @@ -309,7 +315,13 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2 + 2.1.21 + + + log4j + log4j + + @@ -335,7 +347,7 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1 @@ -357,7 +369,7 @@ org.codehaus.plexus plexus-utils - 3.0.24 + 3.3.0 @@ -428,7 +440,7 @@ com.h2database h2 - 1.4.197 + 1.4.200 test @@ -444,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 @@ -458,7 +470,7 @@ org.assertj assertj-core - 3.11.1 + 3.16.1 test @@ -466,7 +478,7 @@ com.openpojo openpojo - 0.8.10 + 0.8.13 test @@ -496,7 +508,7 @@ org.mockito mockito-core - 3.2.4 + 3.3.3 test @@ -504,7 +516,7 @@ org.awaitility awaitility - 4.0.2 + 4.0.3 test @@ -524,6 +536,20 @@ netty-handler-proxy ${version.netty} + + + + org.apache.commons + commons-lang3 + 3.10 + + + + + commons-io + commons-io + 2.7 + @@ -713,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 + + + -