X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ONAP-PDP%2Fpom.xml;h=a2cbc8b378daa2b870bc905b0a14792496635c83;hb=c8cf3270ff412fc7fc138f0e53b1361c3b21fcbf;hp=b82e22346e43d9de990d805bcb2b428915d5e3d5;hpb=073cc188efe9abb4c010cf674e34e2cf46ef1c52;p=policy%2Fengine.git diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index b82e22346..a2cbc8b37 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/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. @@ -30,9 +30,28 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT + + org.mockito + mockito-core + 1.10.19 + test + + + + org.powermock + powermock-api-mockito + 1.7.3 + test + + + org.powermock + powermock-module-junit4 + 1.7.3 + test + org.onap.policy.engine ${project.version} @@ -41,18 +60,13 @@ org.apache.httpcomponents httpclient - 4.4.1 + ${httpclient.version} org.apache.httpcomponents httpcore 4.4.4 - - org.glassfish - javax.json - 1.0.4 - commons-codec commons-codec @@ -77,12 +91,33 @@ com.att.research.xacml xacml-pdp - 1.0.0 + 1.0.1 + + + + commons-collections + commons-collections + + junit junit 4.11 + + org.onap.policy.drools-pdp + policy-endpoints + ${project.version} + test + + + com.mockrunner + mockrunner + 0.3.1 + +