X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=PolicyEngineAPI%2Fpom.xml;h=6ffef75942298fb9e387c39daf1495e4acf708c4;hb=cb802d83533ff13886f08b6b9ecb8827bb86d90c;hp=b73625f2b751ea38dd4b3a3dbddd24537f833a5f;hpb=183ac4aa1c5a72f0dc48b3939c5b0502a9cd878e;p=policy%2Fengine.git diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml index b73625f2b..6ffef7594 100644 --- a/PolicyEngineAPI/pom.xml +++ b/PolicyEngineAPI/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. @@ -26,15 +26,35 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT PolicyEngineAPI + + + org.powermock + powermock-api-mockito + 1.7.3 + test + + + org.powermock + powermock-module-junit4 + 1.7.3 + test + + + + org.mockito + mockito-all + 1.10.19 + test + com.fasterxml.jackson.core jackson-databind - 2.8.5 + ${jackson.version} org.glassfish @@ -44,7 +64,7 @@ org.apache.httpcomponents httpclient - 4.3.1 + ${httpclient.version} commons-io @@ -59,7 +79,7 @@ commons-fileupload commons-fileupload - 1.3.1 + ${commons.fileupload.version} junit @@ -119,12 +139,6 @@ - - - org.mockito - mockito-all - 1.10.19 -