X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=97580988797fc8503fb9b019e5fa38a9645725f5;hb=bfda840fc9a9a817bfc18bfc35f01abd08f72bf1;hp=0af7539c132c13b2328a8957e6e68915117af32c;hpb=dd15e836428e90647d29c21be2d032cd8d7f5b9a;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index 0af7539c..97580988 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 @@ -341,7 +341,7 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1 @@ -530,6 +530,20 @@ netty-handler-proxy ${version.netty} + + + + org.apache.commons + commons-lang3 + 3.10 + + + + + commons-io + commons-io + 2.7 + @@ -719,7 +733,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 + + + -