From b7bc9dbea4f35673a5459134231aeccfb18b4ebd Mon Sep 17 00:00:00 2001 From: erik Date: Sat, 2 Sep 2006 15:03:31 +0000 Subject: [PATCH] better definition of spring dependencies removing unwanted dependencies for certain products (xml-apis, xmlParserAPIs). --- pom.xml | 32 +++++++++++++++++++++++++++----- support/pom.xml | 6 +++--- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index c5caa533..0dba6ad0 100644 --- a/pom.xml +++ b/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/support/pom.xml b/support/pom.xml index 909ee00b..4030050d 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -24,12 +24,12 @@ commons-beanutils - springframework + org.springframework spring-beans - springframework - spring-hibernate + org.springframework + spring-orm -- 2.31.1