From dc2cefbb4565b11c0a34d9636b27d186cc5cdd0d Mon Sep 17 00:00:00 2001 From: Martin Bonato Date: Thu, 9 Apr 2015 11:40:03 +0200 Subject: Fix spring dependencies. --- id/server/moa-id-commons/pom.xml | 6 +++++- id/server/pom.xml | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'id') diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index e4a46238e..677b5b62e 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -131,7 +131,11 @@ org.springframework - spring-orm + spring-context + + + org.springframework + spring-tx diff --git a/id/server/pom.xml b/id/server/pom.xml index 802ba73f7..9ce48bf60 100644 --- a/id/server/pom.xml +++ b/id/server/pom.xml @@ -82,6 +82,12 @@ ${org.springframework.version} + + org.springframework + spring-tx + ${org.springframework.version} + + org.springframework spring-webmvc -- cgit v1.2.3