From 706b1398b8124b99d816e2e224d9f58e53e6b055 Mon Sep 17 00:00:00 2001 From: Cyrille Le Clerc Date: Sat, 10 Aug 2013 19:39:59 +0200 Subject: [PATCH] pom:xml: use to force versions of spring-core, spring-context and spring-beans to 3.2.x. instead of exclusions on spring-data-jpa dependency because Maven sometimes pulls both versions 3.2.x and 3.1.x versions of coring-core, spring-beans and spring-context. --- pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9a62d9b0c..518d4f7aa 100644 --- a/pom.xml +++ b/pom.xml @@ -102,12 +102,6 @@ org.springframework.data spring-data-jpa ${spring-data-jpa.version} - - - org.springframework - * - - @@ -318,6 +312,47 @@ + + + + + org.springframework + spring-core + ${spring-framework.version} + + + org.springframework + spring-beans + ${spring-framework.version} + + + org.springframework + spring-context + ${spring-framework.version} + + + org.springframework + spring-orm + ${spring-framework.version} + + + org.springframework + spring-aop + ${spring-framework.version} + + + org.springframework + spring-tx + ${spring-framework.version} + + + + install