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 --- common-be/pom.xml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) (limited to 'common-be') diff --git a/common-be/pom.xml b/common-be/pom.xml index 9d27eb8338..13bd8c2235 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -25,6 +25,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 common-app-api -- cgit 1.2.3-korg