From b866155ffbad13a892ae737a10116bda29bd1c91 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 19 Sep 2014 09:33:40 +0100 Subject: [PATCH] Tidy up dependencies (spring-context is now optional) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index b77b05f..ab29a0d 100644 --- a/pom.xml +++ b/pom.xml @@ -179,6 +179,11 @@ org.springframework spring-context + true + + + org.springframework + spring-core org.springframework