From: Michael Mokry Date: Thu, 4 Oct 2018 20:50:05 +0000 (-0500) Subject: Fixed issue with springframework dependencies X-Git-Tag: 1.3.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=00bd1cd070e64e752bb1a0b61d2bf3b398dd2924 Fixed issue with springframework dependencies Added exclusions to epsdk dependencies and added dependencies for springframework jars that were needed to the ONAP-SDK-APP Change-Id: I037ffa76d3d32b2db5ea2c439f40e8a86e1665f5 Issue-ID: POLICY-1154 Signed-off-by: Michael Mokry --- diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index d2281afd1..95ff284fe 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -236,6 +236,21 @@ epsdk-app-common ${epsdk.version} jar + + + + org.springframework + spring-core + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + + org.springframework + spring-core + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + @@ -276,12 +304,63 @@ com.oracle ojdbc6 + + + org.springframework + spring-core + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + org.onap.portal.sdk epsdk-workflow ${epsdk.version} + + + + org.springframework + spring-core + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + + + + + org.springframework + spring-core + ${springframework.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index d255c7c21..eed94341c 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -98,6 +98,19 @@ com.thoughtworks.xstream xstream + + + org.springframework + spring-core + + + org.springframework + spring-web + + + org.springframework + spring-webmvc +