mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 21:42:17 +00:00
Changed spring version to 1.2.9 and modified dependencies to get build to work with this version. Corrected some javadoc links.
This commit is contained in:
parent
4cce316f89
commit
34527c3305
@ -18,5 +18,9 @@
|
|||||||
<artifactId>cas</artifactId>
|
<artifactId>cas</artifactId>
|
||||||
<version>2.0.12</version>
|
<version>2.0.12</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-web</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
11
core/pom.xml
11
core/pom.xml
@ -7,7 +7,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<artifactId>acegi-security</artifactId>
|
<artifactId>acegi-security</artifactId>
|
||||||
<name>Acegi Security System for Spring</name>
|
<name>Acegi Security Core</name>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity/core</connection>
|
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity/core</connection>
|
||||||
@ -16,6 +16,10 @@
|
|||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-core</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-remoting</artifactId>
|
<artifactId>spring-remoting</artifactId>
|
||||||
@ -29,6 +33,11 @@
|
|||||||
<artifactId>spring-support</artifactId>
|
<artifactId>spring-support</artifactId>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-web</artifactId>
|
||||||
|
<optional>true</optional>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-mock</artifactId>
|
<artifactId>spring-mock</artifactId>
|
||||||
|
53
pom.xml
53
pom.xml
@ -444,45 +444,32 @@
|
|||||||
<link>
|
<link>
|
||||||
http://java.sun.com/j2se/1.5.0/docs/api
|
http://java.sun.com/j2se/1.5.0/docs/api
|
||||||
</link>
|
</link>
|
||||||
<link>
|
|
||||||
http://jakarta.apache.org/commons/dbcp/apidocs/
|
|
||||||
</link>
|
|
||||||
<link>
|
|
||||||
http://jakarta.apache.org/commons/fileupload/apidocs/
|
|
||||||
</link>
|
|
||||||
<link>
|
|
||||||
http://jakarta.apache.org/commons/httpclient/apidocs/
|
|
||||||
</link>
|
|
||||||
<link>
|
|
||||||
http://jakarta.apache.org/commons/logging/api/
|
|
||||||
</link>
|
|
||||||
<link>
|
|
||||||
http://jakarta.apache.org/commons/pool/apidocs/
|
|
||||||
</link>
|
|
||||||
<link>http://www.junit.org/junit/javadoc/</link>
|
|
||||||
<link>
|
|
||||||
http://logging.apache.org/log4j/docs/api/
|
|
||||||
</link>
|
|
||||||
<link>
|
|
||||||
http://jakarta.apache.org/velocity/api/
|
|
||||||
</link>
|
|
||||||
<link>
|
<link>
|
||||||
http://www.springframework.org/docs/api/
|
http://www.springframework.org/docs/api/
|
||||||
</link>
|
</link>
|
||||||
<link>
|
<link>
|
||||||
http://jakarta.apache.org/commons/lang/api/
|
http://commons.apache.org/dbcp/apidocs/
|
||||||
</link>
|
</link>
|
||||||
<link>
|
<link>
|
||||||
http://developer.ja-sig.org/projects/cas/multiproject/cas-server/apidocs/
|
http://commons.apache.org/httpclient/apidocs/
|
||||||
</link>
|
</link>
|
||||||
<link>
|
<link>
|
||||||
http://jakarta.apache.org/commons/codec/apidocs/
|
http://commons.apache.org/pool/apidocs/
|
||||||
</link>
|
</link>
|
||||||
<link>
|
<link>
|
||||||
http://jakarta.apache.org/commons/collections/api/
|
http://commons.apache.org/lang/api/
|
||||||
</link>
|
</link>
|
||||||
<link>
|
<link>
|
||||||
http://jakarta.apache.org/commons/logging/apidocs/
|
http://commons.apache.org/codec/apidocs/
|
||||||
|
</link>
|
||||||
|
<link>
|
||||||
|
http://commons.apache.org/collections/apidocs/
|
||||||
|
</link>
|
||||||
|
<link>
|
||||||
|
http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
|
||||||
|
</link>
|
||||||
|
<link>
|
||||||
|
http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
|
||||||
</link>
|
</link>
|
||||||
<link>
|
<link>
|
||||||
http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
|
http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
|
||||||
@ -499,6 +486,11 @@
|
|||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-core</artifactId>
|
||||||
|
<version>${spring.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-mock</artifactId>
|
<artifactId>spring-mock</artifactId>
|
||||||
@ -509,6 +501,11 @@
|
|||||||
<artifactId>spring-remoting</artifactId>
|
<artifactId>spring-remoting</artifactId>
|
||||||
<version>${spring.version}</version>
|
<version>${spring.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-web</artifactId>
|
||||||
|
<version>${spring.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-jdbc</artifactId>
|
<artifactId>spring-jdbc</artifactId>
|
||||||
@ -530,7 +527,7 @@
|
|||||||
|
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
<properties>
|
<properties>
|
||||||
<spring.version>2.0.4</spring.version>
|
<spring.version>1.2.9</spring.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user