X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=6146220d0772b4920d4ad9e196ed64f0d426f7d5;hb=afd0c37342a4864136f5307335fcf42fd93e388b;hp=2ee3aa92bdc85f93e1e39040ffdad836e208135f;hpb=c8345b4f8e49a21f02f784dfdacea420422f5c20;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index 2ee3aa92..6146220d 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"); @@ -281,11 +281,6 @@ slf4j-api 1.7.25 - - log4j - log4j - 1.2.17 - ch.qos.logback logback-core @@ -315,7 +310,13 @@ org.onap.aaf.authz aaf-cadi-aaf - 2.1.2 + 2.1.21 + + + log4j + log4j + + @@ -341,7 +342,7 @@ org.java-websocket Java-WebSocket - 1.3.8 + 1.5.1 @@ -530,6 +531,20 @@ netty-handler-proxy ${version.netty} + + + + org.apache.commons + commons-lang3 + 3.10 + + + + + commons-io + commons-io + 2.7 + @@ -719,7 +734,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 + + + -