From f8adb82ab33a25fe42be2479cc17f255e0b511e6 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Fri, 27 Mar 2009 21:28:51 +0000 Subject: [PATCH] POM maintenance git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@861 50f2f4bb-b051-0410-bef5-90022cba6387 --- build-spring-framework/generate-pom.xml | 10 ++++- build-spring-framework/pom.xml | 34 ++++++++++------- org.springframework.aop/pom.xml | 14 ++----- org.springframework.asm/pom.xml | 27 -------------- org.springframework.context/pom.xml | 14 ++----- org.springframework.core/pom.xml | 18 +++------ org.springframework.orm/pom.xml | 49 ++++++++++++++++++------- org.springframework.test/pom.xml | 6 +++ 8 files changed, 85 insertions(+), 87 deletions(-) diff --git a/build-spring-framework/generate-pom.xml b/build-spring-framework/generate-pom.xml index 31e1948b4da..eb970cad219 100644 --- a/build-spring-framework/generate-pom.xml +++ b/build-spring-framework/generate-pom.xml @@ -34,6 +34,14 @@ --> + @@ -57,7 +65,7 @@ - + diff --git a/build-spring-framework/pom.xml b/build-spring-framework/pom.xml index e2516733d9b..7ba3f25f5f7 100644 --- a/build-spring-framework/pom.xml +++ b/build-spring-framework/pom.xml @@ -27,7 +27,7 @@ http://mirror.cc.vt.edu/pub/eclipse/rt/eclipselink/maven.repo/ --> - + jboss JBoss Repository @@ -186,25 +186,31 @@ - ../org.springframework.aop - ../org.springframework.aspects - ../org.springframework.beans - ../org.springframework.context - ../org.springframework.context.support - ../org.springframework.core - ../org.springframework.expression ../org.springframework.instrument ../org.springframework.instrument.classloading - ../org.springframework.integration-tests - ../org.springframework.jdbc - ../org.springframework.jms - ../org.springframework.orm - ../org.springframework.oxm - ../org.springframework.test + ../org.springframework.asm + ../org.springframework.core + ../org.springframework.expression + ../org.springframework.core + ../org.springframework.beans + ../org.springframework.aop + ../org.springframework.context ../org.springframework.transaction + ../org.springframework.oxm + ../org.springframework.jms + ../org.springframework.aspects + ../org.springframework.jdbc ../org.springframework.web + ../org.springframework.orm + ../org.springframework.context.support ../org.springframework.web.portlet ../org.springframework.web.servlet + ../org.springframework.test + + + http://static.springframework.org/docs diff --git a/org.springframework.aop/pom.xml b/org.springframework.aop/pom.xml index a91637da7ef..148d08dc480 100644 --- a/org.springframework.aop/pom.xml +++ b/org.springframework.aop/pom.xml @@ -80,16 +80,10 @@ test - asm - asm - 2.2.3 - test - - - asm - asm-commons - 2.2.3 - test + org.springframework + spring-asm + 3.0.0.M3 + compile diff --git a/org.springframework.asm/pom.xml b/org.springframework.asm/pom.xml index 5d29c97e6a3..762e54b0022 100644 --- a/org.springframework.asm/pom.xml +++ b/org.springframework.asm/pom.xml @@ -12,31 +12,4 @@ 3.0.0.M3 - - - asm - asm - 2.2.3 - true - - - asm - asm-commons - 2.2.3 - true - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml index b63c67685a4..cceb925abef 100644 --- a/org.springframework.context/pom.xml +++ b/org.springframework.context/pom.xml @@ -182,16 +182,10 @@ test - asm - asm - 2.2.3 - test - - - asm - asm-commons - 2.2.3 - test + org.springframework + spring-asm + 3.0.0.M3 + compile diff --git a/org.springframework.core/pom.xml b/org.springframework.core/pom.xml index 6d52be0f6e2..3eac7656ef3 100644 --- a/org.springframework.core/pom.xml +++ b/org.springframework.core/pom.xml @@ -19,6 +19,12 @@ 3.2 true + + org.springframework + spring-asm + 3.0.0.M3 + compile + commons-logging commons-logging @@ -37,18 +43,6 @@ 1.6.2 true - - asm - asm - 2.2.3 - true - - - asm - asm-commons - 2.2.3 - true - javax.servlet servlet-api diff --git a/org.springframework.orm/pom.xml b/org.springframework.orm/pom.xml index 7c92f6b5f65..5f2d87164b5 100644 --- a/org.springframework.orm/pom.xml +++ b/org.springframework.orm/pom.xml @@ -59,10 +59,23 @@ --> org.hibernate - hibernate - 3.2.6.ga + hibernate-core + 3.3.1.GA true + + + cglib + cglib-nodep + 2.1_3 + test + + + org.slf4j + slf4j-jdk14 + 1.5.2 + + org.hibernate hibernate-annotations @@ -185,16 +198,26 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - + + + src/test/java + + **/*.xml + + + + src/main/java + + **/*.xsd + + + + + ../org.springframework.integration/src/main/java + + **/*.xsd + + + diff --git a/org.springframework.test/pom.xml b/org.springframework.test/pom.xml index cb9776a2abf..44ffeafea07 100644 --- a/org.springframework.test/pom.xml +++ b/org.springframework.test/pom.xml @@ -152,6 +152,12 @@ 1.8.0.7 test + + cglib + cglib-nodep + 2.1_3 + true +