X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=LogParser%2Fpom.xml;h=7ef977c94382b79199f80e186a2563c12bb7ab6d;hb=c372ae3134e1559b2a42abf836153ebb438578a3;hp=a30b44a2324000b7a4b6ac9b8d5747e4d990743f;hpb=3898b1b9731035e4e2a37f0428a5f76355c0af15;p=policy%2Fengine.git diff --git a/LogParser/pom.xml b/LogParser/pom.xml index a30b44a23..7ef977c94 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT LogParser @@ -34,7 +34,6 @@ com.h2database h2 - 1.4.193 org.mariadb.jdbc @@ -70,12 +69,12 @@ org.apache.logging.log4j log4j-api - 2.4 + 2.8.2 org.apache.logging.log4j log4j-core - 2.4 + 2.8.2 org.eclipse.persistence @@ -103,7 +102,46 @@ org.mockito mockito-all 1.10.19 - + + + org.onap.policy.engine + PolicyEngineUtils + ${project.version} + + + com.att.aft + dme2 + + + org.json + json + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + + + com.att.nsa + cambriaClient + + + org.onap.aaf.cadi + cadi-aaf + + + + + org.powermock + powermock-module-junit4 + 1.7.3 + test + + + org.powermock + powermock-api-mockito2 + 1.7.3 + test + @@ -134,6 +172,42 @@ + + maven-checkstyle-plugin + + + 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 + 0.1.1 + compile + + +