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-dao/pom.xml | 107 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 78 insertions(+), 29 deletions(-) (limited to 'catalog-dao/pom.xml') diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index e5767efeed..4a6201b1ad 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -24,6 +24,83 @@ + + org.springframework + spring-core + ${spring.version} + provided + + + + org.springframework + spring-beans + ${spring.version} + provided + + + + org.springframework + spring-context + ${spring.version} + provided + + + + org.springframework + spring-context-support + ${spring.version} + provided + + + + org.springframework + spring-messaging + ${spring.version} + provided + + + + org.springframework + spring-web + ${spring.version} + provided + + + + org.springframework + spring-webmvc + ${spring.version} + provided + + + + org.springframework + spring-aop + ${spring.version} + provided + + + + org.springframework + spring-aspects + ${spring.version} + provided + + + + org.springframework + spring-test + ${spring.version} + test + + + + org.springframework + spring-expression + ${spring.version} + test + + org.openecomp.sdc @@ -76,24 +153,6 @@ - - org.springframework - spring-context - provided - - - - org.springframework - spring-context-support - provided - - - - org.springframework - spring-beans - provided - - org.aspectj aspectjrt @@ -174,11 +233,6 @@ - - org.springframework - spring-test - test - junit @@ -192,15 +246,10 @@ test - - org.springframework - spring-expression - test - - org.springframework spring-aop + ${spring.version} test -- cgit 1.2.3-korg