X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=9cb5675091cb3654ce69784f7ed70dcb9dbedc59;hb=d66f6fa968ca355674c0315b0ef1205909b90945;hp=a9881e4b1f2322dae748d10af8f115ad5af5bf8c;hpb=a88593f3b92142f4743db4c9f4b5f3a40b55a400;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index a9881e4b..9cb56750 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"); @@ -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 @@ -281,11 +281,6 @@ slf4j-api 1.7.25 - - log4j - log4j - 1.2.17 - ch.qos.logback logback-core @@ -530,6 +525,20 @@ netty-handler-proxy ${version.netty} + + + + org.apache.commons + commons-lang3 + 3.10 + + + + + commons-io + commons-io + 2.7 + @@ -719,7 +728,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 + + + -