X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=LogParser%2Fpom.xml;h=b0281ba88932eab295dd7be40d5b038415f46828;hp=a30b44a2324000b7a4b6ac9b8d5747e4d990743f;hb=1c5d6cdf3793b0691686dc34c742f62582daff50;hpb=a304d9e94a922d1022aef0bed95f1834fd17b250 diff --git a/LogParser/pom.xml b/LogParser/pom.xml index a30b44a23..b0281ba88 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. @@ -19,121 +19,143 @@ ============LICENSE_END========================================================= --> - - 4.0.0 - - - org.onap.policy.engine - PolicyEngineSuite - 1.1.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.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 + + + + +