From: Pamela Dragosh Date: Fri, 19 Jun 2020 11:03:27 +0000 (+0000) Subject: Merge "Moving commons-lang dependency to parent" X-Git-Tag: 3.2.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=e9bdba81173a5d2f217bf215dc7b81d72683ab72;hp=-c Merge "Moving commons-lang dependency to parent" --- e9bdba81173a5d2f217bf215dc7b81d72683ab72 diff --combined integration/pom.xml index 2c28475e,8c56bd62..162dd312 --- a/integration/pom.xml +++ b/integration/pom.xml @@@ -2,7 -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"); @@@ -40,7 -40,7 +40,7 @@@ 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 @@@ -530,6 -530,20 +530,20 @@@ netty-handler-proxy ${version.netty} + + + + org.apache.commons + commons-lang3 + 3.10 + + + + + commons-io + commons-io + 2.7 + @@@ -719,62 -733,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 + + + -