diff --git a/core/pom.xml b/core/pom.xml
index 4d68e6d6b6..57fc9bc260 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,17 +20,14 @@
org.springframework
spring-remoting
- 1.2.7
org.springframework
spring-jdbc
- 1.2.7
org.springframework
spring-support
- 1.2.7
runtime
@@ -152,4 +149,4 @@
-
\ No newline at end of file
+
diff --git a/pom.xml b/pom.xml
index 0893c80d33..aa2ad9546c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,6 @@
-
+
4.0.0
org.acegisecurity
acegi-security-parent
@@ -322,7 +324,22 @@
org.springframework
spring-mock
- 1.2.8
+ ${spring.version}
+
+
+ org.springframework
+ spring-remoting
+ ${spring.version}
+
+
+ org.springframework
+ spring-jdbc
+ ${spring.version}
+
+
+ org.springframework
+ spring-support
+ ${spring.version}
log4j
@@ -333,4 +350,9 @@
-
\ No newline at end of file
+
+
+ 1.2.8
+
+
+