diff --git a/adapters/cas/pom.xml b/adapters/cas/pom.xml
index 46f5a5ca02..090adff524 100644
--- a/adapters/cas/pom.xml
+++ b/adapters/cas/pom.xml
@@ -18,5 +18,9 @@
cas
2.0.12
+
+ org.springframework
+ spring-web
+
\ No newline at end of file
diff --git a/core/pom.xml b/core/pom.xml
index 2ac76a993b..da2989a4a0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -7,7 +7,7 @@
jar
acegi-security
- Acegi Security System for Spring
+ Acegi Security Core
scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity/core
@@ -17,6 +17,10 @@
+ org.springframework
+ spring-core
+
+
org.springframework
spring-remoting
@@ -30,6 +34,11 @@
runtime
+ org.springframework
+ spring-web
+ true
+
+
org.springframework
spring-mock
true
@@ -40,7 +49,7 @@
spring-ldap
1.1.2
true
-
+
net.sf.ehcache
ehcache
diff --git a/pom.xml b/pom.xml
index d04c23788b..4b64e8a801 100644
--- a/pom.xml
+++ b/pom.xml
@@ -444,45 +444,32 @@
http://java.sun.com/j2se/1.5.0/docs/api
+
+ http://www.springframework.org/docs/api/
+
- http://jakarta.apache.org/commons/dbcp/apidocs/
+ http://commons.apache.org/dbcp/apidocs/
- http://jakarta.apache.org/commons/fileupload/apidocs/
+ http://commons.apache.org/httpclient/apidocs/
- http://jakarta.apache.org/commons/httpclient/apidocs/
+ http://commons.apache.org/pool/apidocs/
+
+ http://commons.apache.org/lang/api/
+
+
+ http://commons.apache.org/codec/apidocs/
+
+
+ http://commons.apache.org/collections/apidocs/
+
- http://jakarta.apache.org/commons/logging/api/
+ http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
- http://jakarta.apache.org/commons/pool/apidocs/
-
- http://www.junit.org/junit/javadoc/
-
- http://logging.apache.org/log4j/docs/api/
-
-
- http://jakarta.apache.org/velocity/api/
-
-
- http://www.springframework.org/docs/api/
-
-
- http://jakarta.apache.org/commons/lang/api/
-
-
- http://developer.ja-sig.org/projects/cas/multiproject/cas-server/apidocs/
-
-
- http://jakarta.apache.org/commons/codec/apidocs/
-
-
- http://jakarta.apache.org/commons/collections/api/
-
-
- http://jakarta.apache.org/commons/logging/apidocs/
+ http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
@@ -499,6 +486,11 @@
+
+ org.springframework
+ spring-core
+ ${spring.version}
+
org.springframework
spring-mock
@@ -509,6 +501,11 @@
spring-remoting
${spring.version}
+
+ org.springframework
+ spring-web
+ ${spring.version}
+
org.springframework
spring-jdbc
@@ -530,7 +527,7 @@
- 2.0.4
+ 1.2.9
\ No newline at end of file