|
@@ -1,54 +1,58 @@
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
|
- <parent>
|
|
|
|
- <groupId>org.springframework.security</groupId>
|
|
|
|
- <artifactId>spring-security-parent</artifactId>
|
|
|
|
- <version>2.0-SNAPSHOT</version>
|
|
|
|
- </parent>
|
|
|
|
- <packaging>jar</packaging>
|
|
|
|
- <artifactId>spring-security-core</artifactId>
|
|
|
|
- <name>Spring Security Core</name>
|
|
|
|
|
|
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
|
+ <parent>
|
|
|
|
+ <groupId>org.springframework.security</groupId>
|
|
|
|
+ <artifactId>spring-security-parent</artifactId>
|
|
|
|
+ <version>2.0-SNAPSHOT</version>
|
|
|
|
+ </parent>
|
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
+ <artifactId>spring-security-core</artifactId>
|
|
|
|
+ <name>Spring Security Core</name>
|
|
|
|
|
|
- <scm>
|
|
|
|
- <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk/core</connection>
|
|
|
|
- <developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk/core</developerConnection>
|
|
|
|
- <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/core/</url>
|
|
|
|
- </scm>
|
|
|
|
|
|
+ <scm>
|
|
|
|
+ <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk/core
|
|
|
|
+ </connection>
|
|
|
|
+ <developerConnection>
|
|
|
|
+ scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk/core
|
|
|
|
+ </developerConnection>
|
|
|
|
+ <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/core/</url>
|
|
|
|
+ </scm>
|
|
|
|
|
|
- <dependencies>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-core</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-core</artifactId>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-context</artifactId>
|
|
<artifactId>spring-context</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-remoting</artifactId>
|
|
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-remoting</artifactId>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-jdbc</artifactId>
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-jdbc</artifactId>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-support</artifactId>
|
|
|
|
- <scope>runtime</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-web</artifactId>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-support</artifactId>
|
|
|
|
+ <scope>runtime</scope>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-mock</artifactId>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-web</artifactId>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-mock</artifactId>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.ldap</groupId>
|
|
<groupId>org.springframework.ldap</groupId>
|
|
<artifactId>spring-ldap</artifactId>
|
|
<artifactId>spring-ldap</artifactId>
|
|
@@ -56,76 +60,76 @@
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>net.sf.ehcache</groupId>
|
|
|
|
- <artifactId>ehcache</artifactId>
|
|
|
|
- <version>1.2.4</version>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cas</groupId>
|
|
|
|
- <artifactId>casclient</artifactId>
|
|
|
|
- <version>2.0.11</version>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
|
- <artifactId>commons-logging</artifactId>
|
|
|
|
- <version>1.1</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-codec</groupId>
|
|
|
|
- <artifactId>commons-codec</artifactId>
|
|
|
|
- <version>1.3</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-collections</groupId>
|
|
|
|
- <artifactId>commons-collections</artifactId>
|
|
|
|
- <version>3.1</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>aspectj</groupId>
|
|
|
|
- <artifactId>aspectjrt</artifactId>
|
|
|
|
- <version>1.2</version>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>javax.servlet</groupId>
|
|
|
|
- <artifactId>jsp-api</artifactId>
|
|
|
|
- <version>2.0</version>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>javax.servlet</groupId>
|
|
|
|
- <artifactId>servlet-api</artifactId>
|
|
|
|
- <version>2.4</version>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>taglibs</groupId>
|
|
|
|
- <artifactId>standard</artifactId>
|
|
|
|
- <version>1.0.6</version>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>hsqldb</groupId>
|
|
|
|
- <artifactId>hsqldb</artifactId>
|
|
|
|
- <version>1.8.0.4</version>
|
|
|
|
- <scope>test</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.directory.server</groupId>
|
|
|
|
- <artifactId>apacheds-core</artifactId>
|
|
|
|
- <version>1.0.2</version>
|
|
|
|
- <scope>compile</scope>
|
|
|
|
|
|
+ <groupId>net.sf.ehcache</groupId>
|
|
|
|
+ <artifactId>ehcache</artifactId>
|
|
|
|
+ <version>1.2.4</version>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cas</groupId>
|
|
|
|
+ <artifactId>casclient</artifactId>
|
|
|
|
+ <version>2.0.11</version>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
|
+ <version>1.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-codec</groupId>
|
|
|
|
+ <artifactId>commons-codec</artifactId>
|
|
|
|
+ <version>1.3</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-collections</groupId>
|
|
|
|
+ <artifactId>commons-collections</artifactId>
|
|
|
|
+ <version>3.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>aspectj</groupId>
|
|
|
|
+ <artifactId>aspectjrt</artifactId>
|
|
|
|
+ <version>1.2</version>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
|
+ <artifactId>jsp-api</artifactId>
|
|
|
|
+ <version>2.0</version>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.directory.server</groupId>
|
|
|
|
- <artifactId>apacheds-server-jndi</artifactId>
|
|
|
|
- <version>1.0.2</version>
|
|
|
|
- <scope>compile</scope>
|
|
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
|
+ <artifactId>servlet-api</artifactId>
|
|
|
|
+ <version>2.4</version>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
- </dependency>
|
|
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>taglibs</groupId>
|
|
|
|
+ <artifactId>standard</artifactId>
|
|
|
|
+ <version>1.0.6</version>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>hsqldb</groupId>
|
|
|
|
+ <artifactId>hsqldb</artifactId>
|
|
|
|
+ <version>1.8.0.4</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.directory.server</groupId>
|
|
|
|
+ <artifactId>apacheds-core</artifactId>
|
|
|
|
+ <version>1.0.2</version>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.directory.server</groupId>
|
|
|
|
+ <artifactId>apacheds-server-jndi</artifactId>
|
|
|
|
+ <version>1.0.2</version>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.mina</groupId>
|
|
<groupId>org.apache.mina</groupId>
|
|
<artifactId>mina-core</artifactId>
|
|
<artifactId>mina-core</artifactId>
|
|
@@ -134,54 +138,54 @@
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.slf4j</groupId>
|
|
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
|
|
|
- <version>1.4.3</version>
|
|
|
|
- <scope>runtime</scope>
|
|
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-log4j12</artifactId>
|
|
|
|
+ <version>1.4.3</version>
|
|
|
|
+ <scope>runtime</scope>
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>jmock</groupId>
|
|
|
|
- <artifactId>jmock</artifactId>
|
|
|
|
- <version>1.0.1</version>
|
|
|
|
- <scope>test</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>log4j</groupId>
|
|
|
|
- <artifactId>log4j</artifactId>
|
|
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>jmock</groupId>
|
|
|
|
+ <artifactId>jmock</artifactId>
|
|
|
|
+ <version>1.0.1</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>log4j</groupId>
|
|
|
|
+ <artifactId>log4j</artifactId>
|
|
<version>1.2.12</version>
|
|
<version>1.2.12</version>
|
|
</dependency>
|
|
</dependency>
|
|
- </dependencies>
|
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
|
- <build>
|
|
|
|
- <resources>
|
|
|
|
- <resource>
|
|
|
|
- <directory>${basedir}/../</directory>
|
|
|
|
- <targetPath>META-INF</targetPath>
|
|
|
|
- <includes>
|
|
|
|
- <include>notice.txt</include>
|
|
|
|
- </includes>
|
|
|
|
- <filtering>false</filtering>
|
|
|
|
- </resource>
|
|
|
|
- <resource>
|
|
|
|
- <directory>
|
|
|
|
- ${basedir}/src/main/resources/org/springframework/security/taglibs
|
|
|
|
- </directory>
|
|
|
|
- <targetPath>META-INF</targetPath>
|
|
|
|
- <includes>
|
|
|
|
- <include>*.tld</include>
|
|
|
|
- </includes>
|
|
|
|
- <filtering>false</filtering>
|
|
|
|
- </resource>
|
|
|
|
- <resource>
|
|
|
|
- <directory>${basedir}/src/main/resources</directory>
|
|
|
|
- <targetPath>/</targetPath>
|
|
|
|
- <includes>
|
|
|
|
- <include>**/*</include>
|
|
|
|
- </includes>
|
|
|
|
- <filtering>false</filtering>
|
|
|
|
- </resource>
|
|
|
|
- </resources>
|
|
|
|
- </build>
|
|
|
|
|
|
+ <build>
|
|
|
|
+ <resources>
|
|
|
|
+ <resource>
|
|
|
|
+ <directory>${basedir}/../</directory>
|
|
|
|
+ <targetPath>META-INF</targetPath>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>notice.txt</include>
|
|
|
|
+ </includes>
|
|
|
|
+ <filtering>false</filtering>
|
|
|
|
+ </resource>
|
|
|
|
+ <resource>
|
|
|
|
+ <directory>
|
|
|
|
+ ${basedir}/src/main/resources/org/springframework/security/taglibs
|
|
|
|
+ </directory>
|
|
|
|
+ <targetPath>META-INF</targetPath>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>*.tld</include>
|
|
|
|
+ </includes>
|
|
|
|
+ <filtering>false</filtering>
|
|
|
|
+ </resource>
|
|
|
|
+ <resource>
|
|
|
|
+ <directory>${basedir}/src/main/resources</directory>
|
|
|
|
+ <targetPath>/</targetPath>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>**/*</include>
|
|
|
|
+ </includes>
|
|
|
|
+ <filtering>false</filtering>
|
|
|
|
+ </resource>
|
|
|
|
+ </resources>
|
|
|
|
+ </build>
|
|
|
|
|
|
</project>
|
|
</project>
|