X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=BRMSGateway%2Fpom.xml;h=76cbc1b6a88494a08010acab5476d91fecb06eca;hb=95a5bc9816c0bdf56b4ea6699004eb29940ddc6a;hp=2183a87ccbda1b4f66042801926165c2169ec19b;hpb=acd8d1dd8a27543e00fd0ee53cb1fa91d7de48ff;p=policy%2Fengine.git diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 2183a87cc..76cbc1b6a 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -2,7 +2,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. @@ -24,11 +24,16 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT BRMSGateway This application will take in BRMS rules and acts as interface between PR and PDP XACML + + com.h2database + h2 + test + org.onap.policy.engine PolicyEngineAPI @@ -49,27 +54,43 @@ org.apache.maven maven-model - 2.2.1 + 3.3.9 org.apache.maven.shared maven-invoker - 2.2 + 3.0.0 org.onap.policy.common integrity-monitor ${project.version} + + + commons-collections + commons-collections + 3.2.2 + org.sonatype.nexus nexus-rest-client-java - 2.3.1 + 2.3.1-01 + + + commons-collections + commons-collections + + com.thoughtworks.xstream xstream - 1.3.1 + 1.4.10 com.att.nsa @@ -83,9 +104,9 @@ - com.att.nsa + org.onap.dmaap.messagerouter.dmaapclient dmaapClient - 0.2.12 + ${dmaap.version} org.slf4j @@ -100,8 +121,21 @@ org.apache.httpcomponents httpclient - 4.5.2 + ${httpclient.version} + + + + org.powermock + powermock-api-mockito + 1.7.3 + test + + org.powermock + powermock-module-junit4 + 1.7.3 + test +