From c0ac015cec8813f835b2aec44c8e7e6c1eacf574 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 27 Feb 2017 23:48:43 +0200 Subject: update pom to remove spring from parent pom Change-Id: I100ee305833f4409ad8417efee1c2f7ef9a24750 Signed-off-by: Michael Lando --- catalog-be/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'catalog-be/pom.xml') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index a13c9bb909..8975ee1157 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -60,6 +60,28 @@ + + + org.springframework + spring-context-support + ${spring.version} + provided + + + + org.springframework + spring-messaging + ${spring.version} + provided + + + + org.springframework + spring-aspects + ${spring.version} + provided + + org.openecomp.sdc security-utils @@ -228,42 +250,49 @@ org.springframework spring-core + ${spring.version} compile org.springframework spring-context + ${spring.version} compile org.springframework spring-web + ${spring.version} compile org.springframework spring-webmvc + ${spring.version} compile org.springframework spring-aop + ${spring.version} compile org.springframework spring-beans + ${spring.version} compile org.springframework spring-expression + ${spring.version} compile @@ -525,6 +554,7 @@ org.springframework spring-test + ${spring.version} test -- cgit 1.2.3-korg