From 00bd1cd070e64e752bb1a0b61d2bf3b398dd2924 Mon Sep 17 00:00:00 2001 From: Michael Mokry Date: Thu, 4 Oct 2018 15:50:05 -0500 Subject: [PATCH] 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 --- ONAP-SDK-APP/pom.xml | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ POLICY-SDK-APP/pom.xml | 13 +++++++++ 2 files changed, 92 insertions(+) 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 + -- 2.16.6