From 57e17d32b285d63c96747e5fed059ef1ea4cb529 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 17 Dec 2009 18:51:44 +0000 Subject: [PATCH] finally got rid of commons logging --- .settings/org.eclipse.wst.common.component | 20 +++--- pom.xml | 71 +++++++++++++++------- 2 files changed, 60 insertions(+), 31 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 429be379d..89d4f2ab5 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,10 +1,10 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 6bce6af6d..f4ca9008f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,23 +19,13 @@ org.springframework.context ${spring.version} - + org.apache.commons.logging com.springsource.org.apache.commons.logging - + - - 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,20 @@ ${spring.version} + + + org.aspectj + com.springsource.org.aspectj.weaver + 1.6.5.RELEASE + optional + + + org.springframework + org.springframework.aspects + ${spring.version} + optional + + org.slf4j @@ -102,6 +106,7 @@ org.hibernate com.springsource.org.hibernate 3.3.2.GA + optional @@ -109,26 +114,56 @@ javax.persistence com.springsource.javax.persistence 1.0.0 + optional com.oracle.toplink.essentials com.springsource.oracle.toplink.essentials 2.0.0.b41-beta2 + optional org.hibernate com.springsource.org.hibernate.ejb 3.4.0.GA - runtime + optional + + + + org.apache.commons.logging + com.springsource.org.apache.commons.logging + + + + org.hibernate + com.springsource.org.hibernate.annotations + 3.4.0.GA + optional + + + + org.apache.commons.logging + com.springsource.org.apache.commons.logging + + + + org.apache.openjpa com.springsource.org.apache.openjpa 1.1.0 - runtime + optional + + + + org.apache.commons.logging + com.springsource.org.apache.commons.logging + + @@ -188,13 +223,7 @@ 1.1.0 test - - org.hibernate - com.springsource.org.hibernate.annotations - 3.4.0.GA - test - - +