From cc02160dfa3a7a201b79fe11ceaa51e431be7341 Mon Sep 17 00:00:00 2001 From: bobbymander Date: Wed, 28 Mar 2018 15:05:33 -0400 Subject: POM changes to centralize test scope deps Issue-ID: POLICY-600 Change-Id: I870317bbd125c6016818ec435ea7a406123c66c1 Signed-off-by: bobbymander --- pom.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 19 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 660e87e7f..af038fb0d 100644 --- a/pom.xml +++ b/pom.xml @@ -20,22 +20,18 @@ 4.0.0 - org.onap.oparent oparent 1.1.0 - org.onap.policy.engine PolicyEngineSuite 1.2.0-SNAPSHOT pom policy-engine - The ONAP Policy Engine main pom - 1.8 @@ -56,14 +52,10 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - + 1.4.186 - + 9.2.3.v20140905 @@ -72,8 +64,6 @@ 2.9.4 1.3.3 - - PolicyEngineUtils ONAP-XACML @@ -89,7 +79,6 @@ ONAP-SDK-APP packages - ecomp-releases @@ -106,7 +95,6 @@ dav:${nexusproxy}${sitePath} - @@ -127,7 +115,6 @@ - @@ -138,9 +125,7 @@ - - javax.servlet javax.servlet-api @@ -152,8 +137,51 @@ xml-apis 1.3.03 + + junit + junit + 4.12 + test + + + org.springframework + spring-mock + 2.0.8 + test + + + com.mockrunner + mockrunner + 0.3.1 + test + + + + 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 + + + org.easymock + easymock + 3.1 + test + - @@ -236,7 +264,6 @@ - org.eclipse.jetty jetty-maven-plugin -- cgit 1.2.3-korg