X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=LogParser%2Fpom.xml;h=e887bf03ef160beba890cc367f27477926f97125;hb=1da88553b5bc956d0d4bf7d9f460e81e25a5fe88;hp=d8cef17457429fc5f290ef259f95fa3c37ea6278;hpb=af7f65b6cdc759e4968604e7fa9ff45562bdd8e2;p=policy%2Fengine.git diff --git a/LogParser/pom.xml b/LogParser/pom.xml index d8cef1745..e887bf03e 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,65 +22,41 @@ 4.0.0 - org.onap.policy.engine PolicyEngineSuite - 1.1.0-SNAPSHOT + 1.2.2-SNAPSHOT LogParser - com.h2database h2 - 1.4.193 - - mysql - mysql-connector-java - 5.1.30 - - org.mariadb.jdbc - mariadb-java-client - 1.2.3 - + org.mariadb.jdbc + mariadb-java-client + 2.1.1 + org.onap.policy.common ONAP-Logging - ${common-modules.version} - - - org.powermock - powermock-module-junit4 - - - org.powermock - powermock-api-mockito - - + ${project.version} org.onap.policy.common integrity-monitor - ${common-modules.version} - - - org.powermock - powermock-api-mockito - - + ${project.version} 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 @@ -92,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 - @@ -139,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 + + +