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-model/pom.xml | 95 ++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 78 insertions(+), 17 deletions(-) (limited to 'catalog-model/pom.xml') diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 32116b2370..a65eebc817 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -16,6 +16,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 + + @@ -72,17 +149,6 @@ - - org.springframework - spring-beans - provided - - - - org.springframework - spring-context - provided - javax.validation @@ -189,12 +255,6 @@ mockito-all test - - - org.springframework - spring-test - test - org.aspectj @@ -213,6 +273,7 @@ org.springframework spring-web + ${spring.version} test -- cgit 1.2.3-korg