From 95f70ddb2add88ee90a15b1f187c0b34cb3a7297 Mon Sep 17 00:00:00 2001 From: Nacho Barrientos Date: Tue, 9 Aug 2011 11:38:57 +0200 Subject: [PATCH] Add some exclusions to avoid conflicts in runtime During stress tests execution (when deploying on Jetty), it was detected that there were several JARs providing different versions of some classes. That caused some exceptions in runtime when deploying the app, depending on the order classes were loaded. Those exceptions highlighted the finding of incompatible methods when calling them via introspection. FEA: ItEr75S19DeployFrameworkItEr74S08 --- pom.xml | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 147 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9e4edd8d7..4884c7802 100644 --- a/pom.xml +++ b/pom.xml @@ -341,32 +341,168 @@ org.springframework.ldap spring-ldap-core 1.3.1.RELEASE - + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-aop + + + org.springframework + spring-support + + + org.springframework + spring-tx + + + org.springframework.ldap spring-ldap-core-tiger 1.3.1.RELEASE - + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-aop + + + org.springframework + spring-support + + + org.springframework + spring-tx + + + org.springframework.ldap spring-ldap-odm 1.3.1.RELEASE - + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-aop + + + org.springframework + spring-support + + + org.springframework + spring-tx + + + org.springframework.ldap spring-ldap-ldif-core 1.3.1.RELEASE - + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-aop + + + org.springframework + spring-support + + + org.springframework + spring-tx + + + org.springframework.ldap spring-ldap-ldif-batch 1.3.1.RELEASE - + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-aop + + + org.springframework + spring-support + + + org.springframework + spring-tx + + + org.springframework spring-aop 2.5.6 + + + org.springframework + spring-beans + + @@ -483,6 +619,12 @@ joda-time joda-time-hibernate 1.1 + + + cglib + cglib-full + +