From 00bd1cd070e64e752bb1a0b61d2bf3b398dd2924 Mon Sep 17 00:00:00 2001 From: Michael Mokry Date: Thu, 4 Oct 2018 15:50:05 -0500 Subject: 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 --- POLICY-SDK-APP/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'POLICY-SDK-APP/pom.xml') 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 + -- cgit 1.2.3-korg