From c0a9be95fb8f237dbd8b34ee0d158fa23a0295b4 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 17 Dec 2009 17:12:21 +0000 Subject: [PATCH] commons logging exclusion for openjpa --- pom.xml | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index b87496f45..e7da6cc99 100644 --- a/pom.xml +++ b/pom.xml @@ -26,16 +26,6 @@ - - org.springframework - org.springframework.aspects - ${spring.version} - - - org.aspectj - com.springsource.org.aspectj.weaver - 1.6.5.RELEASE - org.springframework org.springframework.orm @@ -52,6 +42,18 @@ ${spring.version} + + + org.springframework + org.springframework.aspects + ${spring.version} + + + org.aspectj + com.springsource.org.aspectj.weaver + 1.6.5.RELEASE + + org.slf4j @@ -129,6 +131,13 @@ com.springsource.org.apache.openjpa 1.1.0 runtime + + + + org.apache.commons.logging + com.springsource.org.apache.commons.logging + + @@ -199,22 +208,22 @@ com.springsource.repository.bundles.release - SpringSource Enterprise Bundle Repository - SpringSource Releases + EBR Spring Releases http://repository.springsource.com/maven/bundles/release com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - External Releases + EBR External Releases http://repository.springsource.com/maven/bundles/external com.springsource.repository.bundles.milestone - SpringSource Enterprise Bundle Repository - SpringSource Milestones + EBR Spring Milestones http://repository.springsource.com/maven/bundles/milestone com.springsource.repository.bundles.snapshot - SpringSource Enterprise Bundle Repository - Snapshot Releases + EBR Spring Snapshots http://repository.springsource.com/maven/bundles/snapshot