From: Pamela Dragosh Date: Tue, 21 Feb 2017 16:23:24 +0000 (-0500) Subject: switching to spring boot dep X-Git-Tag: v1.1.0~151 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5bb60833867c08f63a44d06f57d0537d8c49a0b2;hp=6ab42b79dadfe735789526b19a1167381d16fdf4;p=policy%2Fengine.git switching to spring boot dep Change-Id: Ieb1914f4fafff9bbb2a6d3a9dcc79a8f0ffd1d71 Signed-off-by: Pamela Dragosh --- 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 - - - - -