X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=LogParser%2Fpom.xml;h=b0281ba88932eab295dd7be40d5b038415f46828;hp=8bf50b0833c37bcc33855f8e7e41bbc00ef2c1a4;hb=1c5d6cdf3793b0691686dc34c742f62582daff50;hpb=d91a7af53e6193c1b7406ac106c7d507e17af078 diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 8bf50b083..b0281ba88 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -19,148 +19,143 @@ ============LICENSE_END========================================================= --> - - 4.0.0 - - - org.onap.policy.engine - PolicyEngineSuite - 1.2.0-SNAPSHOT - - LogParser - - - + + 4.0.0 + + org.onap.policy.engine + PolicyEngineSuite + 1.6.0-SNAPSHOT + + LogParser + + com.h2database h2 - 1.4.193 - + org.mariadb.jdbc mariadb-java-client - 2.1.1 - - - 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 - - - org.apache.logging.log4j - log4j-core - 2.4 - - - org.eclipse.persistence - javax.persistence - 2.1.0 - - - org.eclipse.persistence - eclipselink - 2.6.0 - - - junit - junit - 4.11 - test - - - org.mockito - mockito-core - 2.7.22 - - - - 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 - - - com.att.cadi - cadi-aaf - - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.2 - - - - true - lib/ - org.onap.xacml.parser.ParseLog - - - - jar-with-dependencies - - - - - make-assembly - package - - single - - - - - - + + + org.onap.policy.common + ONAP-Logging + ${version.policy.common} + + + org.onap.policy.common + integrity-monitor + ${version.policy.common} + + + org.apache.logging.log4j + log4j-api + 2.8.2 + + + org.apache.logging.log4j + log4j-core + 2.8.2 + + + org.eclipse.persistence + javax.persistence + + + org.eclipse.persistence + eclipselink + + + 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.apache.maven.plugins + maven-assembly-plugin + + + + true + lib/ + org.onap.xacml.parser.ParseLog + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + 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 + ${oparent.version} + compile + + + + +