diff --git a/pom.xml b/pom.xml
index 7559af78e..b87496f45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,21 +12,126 @@
1.5.6
+
+
+
+ org.springframework
+ 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
+ ${spring.version}
+
+
+ org.springframework
+ org.springframework.oxm
+ ${spring.version}
+
+
+ org.springframework
+ org.springframework.web.servlet
+ ${spring.version}
+
+
+
+
+ org.slf4j
+ com.springsource.slf4j.org.apache.commons.logging
+ ${slf4j.version}
+ runtime
+
+
+ org.slf4j
+ com.springsource.slf4j.api
+ ${slf4j.version}
+
+
+ org.slf4j
+ com.springsource.slf4j.log4j
+ ${slf4j.version}
+ runtime
+
+
+ org.apache.log4j
+ com.springsource.org.apache.log4j
+ 1.2.15
+ runtime
+
+
+
+
+ org.apache.commons
+ com.springsource.org.apache.commons.dbcp
+ 1.2.2.osgi
+
+
+ org.hsqldb
+ com.springsource.org.hsqldb
+ 1.8.0.9
+
+
+
+
+
+
+ org.hibernate
+ com.springsource.org.hibernate
+ 3.3.2.GA
+
+
+
+
+ javax.persistence
+ com.springsource.javax.persistence
+ 1.0.0
+
+
com.oracle.toplink.essentials
com.springsource.oracle.toplink.essentials
2.0.0.b41-beta2
+
- com.sun.syndication
- com.springsource.com.sun.syndication
- 1.0.0
+ org.hibernate
+ com.springsource.org.hibernate.ejb
+ 3.4.0.GA
+ runtime
+
- javax.persistence
- com.springsource.javax.persistence
- 1.0.0
-
+ org.apache.openjpa
+ com.springsource.org.apache.openjpa
+ 1.1.0
+ runtime
+
+
+
javax.servlet
com.springsource.javax.servlet
@@ -44,95 +149,26 @@
com.springsource.javax.servlet.jsp.jstl
1.2.0
+
+ org.apache.taglibs
+ com.springsource.org.apache.taglibs.standard
+ 1.1.2
+
+
+
+
+ com.sun.syndication
+ com.springsource.com.sun.syndication
+ 1.0.0
+
+
javax.xml.bind
com.springsource.javax.xml.bind
2.1.7
provided
-
- org.apache.commons
- com.springsource.org.apache.commons.dbcp
- 1.2.2.osgi
-
-
- org.apache.log4j
- com.springsource.org.apache.log4j
- 1.2.15
-
-
- org.apache.openjpa
- com.springsource.org.apache.openjpa
- 1.1.0
-
-
- org.apache.taglibs
- com.springsource.org.apache.taglibs.standard
- 1.1.2
-
-
- org.aspectj
- com.springsource.org.aspectj.weaver
- 1.6.5.RELEASE
-
-
- org.hibernate
- com.springsource.org.hibernate
- 3.3.2.GA
-
-
- org.hibernate
- com.springsource.org.hibernate.ejb
- 3.4.0.GA
-
-
- org.hsqldb
- com.springsource.org.hsqldb
- 1.8.0.9
-
-
-
-
- org.springframework
- org.springframework.aspects
- ${spring.version}
-
-
- org.springframework
- org.springframework.orm
- ${spring.version}
-
-
- org.springframework
- org.springframework.oxm
- ${spring.version}
-
-
- org.springframework
- org.springframework.web.servlet
- ${spring.version}
-
-
- org.slf4j
- com.springsource.slf4j.org.apache.commons.logging
- ${slf4j.version}
-
-
- org.slf4j
- com.springsource.slf4j.api
- ${slf4j.version}
-
-
- org.slf4j
- com.springsource.slf4j.log4j
- ${slf4j.version}
-
+
org.junit
@@ -157,7 +193,8 @@
com.springsource.org.hibernate.annotations
3.4.0.GA
test
-
+
+