From: erik Date: Sat, 2 Sep 2006 15:03:31 +0000 (+0000) Subject: better definition of spring dependencies X-Git-Tag: wamblee-utils-0.2@603~332 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=5aa6fdcf0d0d1ec657c6c929b07ec6652da87f77;p=utils better definition of spring dependencies removing unwanted dependencies for certain products (xml-apis, xmlParserAPIs). --- diff --git a/branches/TO_MAVEN/pom.xml b/branches/TO_MAVEN/pom.xml index c5caa533..0dba6ad0 100644 --- a/branches/TO_MAVEN/pom.xml +++ b/branches/TO_MAVEN/pom.xml @@ -30,6 +30,12 @@ jmock-cglib 1.1.0 test + + + cglib + cglib-full + + @@ -79,14 +85,14 @@ 1.7.0 - springframework + org.springframework spring-beans - 1.2.6 + 1.2.8 - springframework - spring-hibernate - 1.2.6 + org.springframework + spring-orm + 1.2.8 @@ -98,6 +104,12 @@ dom4j dom4j 1.6 + + + xml-apis + xml-apis + + ehcache @@ -123,6 +135,16 @@ jaxen jaxen 1.1-beta-9 + + + xom + xom + + + xerces + xmlParserAPIs + + diff --git a/branches/TO_MAVEN/support/pom.xml b/branches/TO_MAVEN/support/pom.xml index 909ee00b..4030050d 100644 --- a/branches/TO_MAVEN/support/pom.xml +++ b/branches/TO_MAVEN/support/pom.xml @@ -24,12 +24,12 @@ commons-beanutils - springframework + org.springframework spring-beans - springframework - spring-hibernate + org.springframework + spring-orm