From f4a5edcf4434cf134e743e60132f69608076313f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 13 Aug 2012 14:50:03 +0200 Subject: [PATCH] DATACMNS-213 - Declaring all compile time dependencies locally. There have been a few dependencies which we depended on on compile time but which were pulled into the classpath transitively. Declaring these dependencies now explicitly. Keeping them optional to allow minimal footprint. --- spring-data-commons-core/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml index 306818520..eb8e5ebf6 100644 --- a/spring-data-commons-core/pom.xml +++ b/spring-data-commons-core/pom.xml @@ -22,11 +22,28 @@ + + org.springframework + spring-core + ${org.springframework.version} + org.springframework spring-beans ${org.springframework.version} + + org.springframework + spring-context + ${org.springframework.version} + true + + + org.springframework + spring-expression + ${org.springframework.version} + true + org.springframework spring-tx