diff --git a/org.springframework.jdbc/pom.xml b/org.springframework.jdbc/pom.xml
index 8311ff5b6d..7e9a847c30 100644
--- a/org.springframework.jdbc/pom.xml
+++ b/org.springframework.jdbc/pom.xml
@@ -11,7 +11,6 @@
../org.springframework.spring-parent
3.0.0.BUILD-SNAPSHOT
-
c3p0
@@ -68,13 +67,16 @@
1.0.71
compile
true
-
+
org.apache.derby
- derby
- 10.4.2.0
- compile
- true
+ com.springsource.org.apache.derby
+ 10.5.1000001.764942
+
+
+ org.apache.derby
+ com.springsource.org.apache.derby.client
+ 10.5.1000001.764942
junit
@@ -99,7 +101,7 @@
- ${pom.build.sourceDirectory}
+ src/test/resources
**/*.sql
**/*.xml
diff --git a/org.springframework.orm/pom.xml b/org.springframework.orm/pom.xml
index 53971964ea..278283b5fb 100644
--- a/org.springframework.orm/pom.xml
+++ b/org.springframework.orm/pom.xml
@@ -231,6 +231,18 @@
**/*.xsd
+
+ src/test/resources
+
+ **/*.xml
+
+
+
+ src/test/resources
+
+ *.jar
+
+
diff --git a/org.springframework.oxm/pom.xml b/org.springframework.oxm/pom.xml
index 94d513287d..29d6733437 100644
--- a/org.springframework.oxm/pom.xml
+++ b/org.springframework.oxm/pom.xml
@@ -1,107 +1,109 @@
-
- 4.0.0
- org.springframework
- spring-oxm
- jar
- 3.0.0.BUILD-SNAPSHOT
-
- org.springframework
- spring-parent
- ../org.springframework.spring-parent
- 3.0.0.BUILD-SNAPSHOT
-
+
+ 4.0.0
+ org.springframework
+ spring-oxm
+ jar
+ 3.0.0.BUILD-SNAPSHOT
+
+ org.springframework
+ spring-parent
+ ../org.springframework.spring-parent
+ 3.0.0.BUILD-SNAPSHOT
+
-
-
- com.thoughtworks.xstream
- xstream
- 1.3
- true
-
-
- com.sun.xml.bind
- jaxb-impl
- 2.1.7
- true
-
-
- org.jibx
- jibx-run
- 1.1.5
- true
-
-
- commons-logging
- commons-logging
- 1.1.1
- compile
-
-
- xerces
- xercesImpl
- 2.8.1
- true
-
-
- org.apache.xmlbeans
- xmlbeans
- 2.4.0
- true
-
-
- org.codehaus.castor
- castor
- 1.2
- true
-
-
- org.springframework
- spring-beans
- ${project.version}
- compile
-
-
- org.springframework
- spring-context
- ${project.version}
- compile
-
-
- org.springframework
- spring-core
- ${project.version}
- compile
-
-
- junit
- junit
- 4.6
- test
-
-
- org.easymock
- easymock
- 2.3
- test
-
-
- org.codehaus.jettison
- jettison
- 1.0.1
- test
-
-
- xmlunit
- xmlunit
- 1.2
- test
-
-
- xmlpull
- xmlpull
- 1.1.3.4a
- test
-
-
+
+
+ com.thoughtworks.xstream
+ xstream
+ 1.3
+ true
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ 2.1.7
+ true
+
+
+ org.jibx
+ jibx-run
+ 1.1.5
+ true
+
+
+ commons-logging
+ commons-logging
+ 1.1.1
+ compile
+
+
+ xerces
+ xercesImpl
+ 2.8.1
+ true
+
+
+ org.apache.xmlbeans
+ xmlbeans
+ 2.4.0
+ true
+
+
+ org.codehaus.castor
+ castor
+ 1.2
+ true
+
+
+ org.springframework
+ spring-beans
+ ${project.version}
+ compile
+
+
+ org.springframework
+ spring-context
+ ${project.version}
+ compile
+
+
+ org.springframework
+ spring-core
+ ${project.version}
+ compile
+
+
+ junit
+ junit
+ 4.6
+ test
+
+
+ org.easymock
+ easymock
+ 2.3
+ test
+
+
+ org.codehaus.jettison
+ jettison
+ 1.0.1
+ test
+
+
+ xmlunit
+ xmlunit
+ 1.2
+ test
+
+
+ xmlpull
+ xmlpull
+ 1.1.3.4a
+ test
+
+
diff --git a/org.springframework.test/pom.xml b/org.springframework.test/pom.xml
index b46ccfd757..f186f8a2d6 100644
--- a/org.springframework.test/pom.xml
+++ b/org.springframework.test/pom.xml
@@ -151,6 +151,19 @@
1.8.0.7
test
+
+ org.hibernate
+ hibernate-core
+ 3.3.1.GA
+ true
+ test
+
+
+ org.hibernate
+ hibernate-cglib-repack
+ 2.1_3
+ test
+
cglib
cglib-nodep