From 5bb60833867c08f63a44d06f57d0537d8c49a0b2 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 21 Feb 2017 11:23:24 -0500 Subject: switching to spring boot dep Change-Id: Ieb1914f4fafff9bbb2a6d3a9dcc79a8f0ffd1d71 Signed-off-by: Pamela Dragosh --- PyPDPServer/pom.xml | 60 ++++++++++++----------------------------------------- 1 file changed, 13 insertions(+), 47 deletions(-) (limited to 'PyPDPServer') diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml index a5db09959..5a64014b4 100644 --- a/PyPDPServer/pom.xml +++ b/PyPDPServer/pom.xml @@ -31,9 +31,9 @@ PyPDP Server - org.springframework.boot - spring-boot-starter-parent - 1.3.3.RELEASE + org.openecomp.policy.engine + PolicyEngineSuite + 1.0.0-SNAPSHOT @@ -88,6 +88,13 @@ + + org.springframework.boot + spring-boot-dependencies + 1.3.3.RELEASE + pom + import + org.openecomp.policy.engine PolicyEngineAPI @@ -114,6 +121,7 @@ org.springframework.boot spring-boot-starter-web + 1.3.3.RELEASE org.slf4j @@ -148,15 +156,7 @@ org.springframework spring-web - - - org.springframework.boot - spring-boot-starter-tomcat - provided - - - com.fasterxml.jackson.core - jackson-databind + 4.2.5.RELEASE org.glassfish @@ -196,6 +196,7 @@ org.springframework spring-test + 4.2.5.RELEASE org.mapstruct @@ -215,40 +216,6 @@ - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.springframework.boot - spring-boot-maven-plugin - - - - repackage - - none - - - - - maven-war-plugin - - WEB-INF/lib/javax.websocket-api-1.1.jar - - - - - -- cgit 1.2.3-korg