X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=LogParser%2Fpom.xml;h=0f38c5721ab344c0eaa383fa511dbbdd37de8c4d;hb=e31e46738ca14c18a00773e598df6639154aa1f2;hp=5ff7561e3978904f54c3280ad03230823e8a5493;hpb=f842f2075cd9b845e9120f6b7ce34e2858e791f0;p=policy%2Fengine.git diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 5ff7561e3..0f38c5721 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. @@ -22,19 +22,16 @@ 4.0.0 - org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.3.0-SNAPSHOT LogParser - com.h2database h2 - 1.4.193 org.mariadb.jdbc @@ -45,37 +42,21 @@ org.onap.policy.common ONAP-Logging ${project.version} - - - org.powermock - powermock-module-junit4 - - - org.powermock - powermock-api-mockito - - org.onap.policy.common integrity-monitor ${project.version} - - - org.powermock - powermock-api-mockito - - 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 @@ -87,23 +68,33 @@ eclipselink 2.6.0 - - junit - junit - 4.11 - test - - org.mockito - mockito-core - 2.7.22 + 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.mockito - mockito-all - 1.10.19 - @@ -134,6 +125,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 + + +