From 0aabad48fa1c2ded202550e6ca12fedfeb5c497d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 23 Apr 2009 09:21:42 +0000 Subject: [PATCH] * fixed dependency scop of spring-context to avoid compile errors for @FactoryBean@s git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@5428 5a64d73e-33d6-4ccc-9058-23f8668ecac9 --- hera-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hera-core/pom.xml b/hera-core/pom.xml index 806096a..d17a24e 100644 --- a/hera-core/pom.xml +++ b/hera-core/pom.xml @@ -18,18 +18,18 @@ + org.springframework spring-beans ${spring-version} - org.springframework spring-context ${spring-version} - test + org.springframework spring-test