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-app-api/pom.xml | 81 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) (limited to 'common-app-api/pom.xml') diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 955e721a94..342c5763fa 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -13,7 +13,86 @@ - + + + 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 security-utils ${security-utils.version} -- cgit 1.2.3-korg