From 368cbb7fa066945d72c09e8b95eaae3c0bb1a783 Mon Sep 17 00:00:00 2001 From: Oscar Gonzalez Fernandez Date: Thu, 1 May 2014 00:41:57 +0200 Subject: [PATCH] Reorder dependencies in libreplan-business/pom.xml Follow the order defined in top pom.xml --- libreplan-business/pom.xml | 75 ++++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 32 deletions(-) diff --git a/libreplan-business/pom.xml b/libreplan-business/pom.xml index 8d8a460f1..29e6196d6 100644 --- a/libreplan-business/pom.xml +++ b/libreplan-business/pom.xml @@ -17,37 +17,43 @@ org.xnap.commons gettext-commons + + + org.springframework + spring-orm + + + org.hibernate + hibernate-core + + + org.hibernate + hibernate-annotations + + + org.hibernate + hibernate-validator + + + + joda-time + joda-time-hibernate + + ${jdbcDriver.groupId} ${jdbcDriver.artifactId} - - - junit - junit - - - - com.jolbox - bonecp - - - - org.springframework - spring-context-support - org.apache.geronimo.specs geronimo-jta_1.0.1B_spec + + org.springframework - spring-test - - - org.springframework - spring-orm + spring-context-support org.aspectj @@ -57,22 +63,27 @@ org.aspectj aspectjweaver - - org.hibernate - hibernate-core - javassist javassist + + - org.hibernate - hibernate-annotations + junit + junit + - org.hibernate - hibernate-validator + com.jolbox + bonecp + + + org.springframework + spring-test + + org.easymock easymock @@ -83,11 +94,14 @@ easymockclassextension test + + net.sf.json-lib json-lib jdk15 + commons-lang commons-lang @@ -110,10 +124,7 @@ joda-time joda-time - - joda-time - joda-time-hibernate - + org.dbunit dbunit