You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
629 lines
23 KiB
629 lines
23 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<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> |
|
<groupId>org.springframework.security</groupId> |
|
<artifactId>spring-security-parent</artifactId> |
|
<version>@pomVersion@</version> |
|
<name>Spring Security</name> |
|
<packaging>pom</packaging> |
|
|
|
<modules> |
|
<module>core</module> |
|
<module>web</module> |
|
<module>ldap</module> |
|
<module>config</module> |
|
<module>acl</module> |
|
<module>cas</module> |
|
<module>openid</module> |
|
<module>taglibs</module> |
|
<module>aspects</module> |
|
<module>samples</module> |
|
<!-- module>itest</module --> |
|
</modules> |
|
|
|
<description>Spring Security</description> |
|
<organization> |
|
<name>SpringSource, Inc</name> |
|
<url>http://www.springsource.com/</url> |
|
</organization> |
|
<inceptionYear>2004</inceptionYear> |
|
<url>http://static.springframework.org/spring-security/site/index.html</url> |
|
|
|
<licenses> |
|
<license> |
|
<name>The Apache Software License, Version 2.0</name> |
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
|
<distribution>repo</distribution> |
|
</license> |
|
</licenses> |
|
|
|
<scm> |
|
<url>https://github.com/SpringSource/spring-security</url> |
|
<connection>scm:git:git://github.com/SpringSource/spring-security</connection> |
|
<developerConnection>scm:git:git://github.com/SpringSource/spring-security</developerConnection> |
|
</scm> |
|
<issueManagement> |
|
<system>jira</system> |
|
<url>http://jira.springframework.org/browse/SEC</url> |
|
</issueManagement> |
|
<ciManagement> |
|
<system>bamboo</system> |
|
<url>https://build.springframework.org/browse/SEC</url> |
|
</ciManagement> |
|
|
|
<distributionManagement> |
|
<repository> |
|
<id>spring-milestone</id> |
|
<name>Spring Milestone Repository</name> |
|
<url>s3://maven.springframework.org/milestone</url> |
|
</repository> |
|
|
|
<snapshotRepository> |
|
<id>spring-snapshot</id> |
|
<name>Spring Snapshot Repository</name> |
|
<url>s3://maven.springframework.org/snapshot</url> |
|
</snapshotRepository> |
|
|
|
<site> |
|
<id>local</id> |
|
<name>Local Site Directory</name> |
|
<url>file:///${user.dir}/site</url> |
|
</site> |
|
</distributionManagement> |
|
|
|
<repositories> |
|
<repository> |
|
<releases> |
|
<enabled>false</enabled> |
|
</releases> |
|
<snapshots> |
|
<enabled>true</enabled> |
|
</snapshots> |
|
<id>com.springsource.repository.maven.snapshot</id> |
|
<name>SpringSource Enterprise Bundle Maven Repository - SpringSource Snapshot Releases</name> |
|
<url>http://maven.springframework.org/snapshot</url> |
|
</repository> |
|
|
|
<repository> |
|
<releases> |
|
<enabled>true</enabled> |
|
</releases> |
|
<snapshots> |
|
<enabled>false</enabled> |
|
</snapshots> |
|
<id>com.springsource.repository.maven.milestone</id> |
|
<name>Spring Framework Maven Milestone Releases (Maven Central Format)</name> |
|
<url>http://maven.springframework.org/milestone</url> |
|
</repository> |
|
|
|
<repository> |
|
<releases> |
|
<enabled>true</enabled> |
|
</releases> |
|
<snapshots> |
|
<enabled>false</enabled> |
|
</snapshots> |
|
<id>com.springsource.repository.maven.releases</id> |
|
<name>Spring Framework Maven General Releases (Maven Central Format)</name> |
|
<url>http://maven.springframework.org/release</url> |
|
</repository> |
|
</repositories> |
|
|
|
<pluginRepositories> |
|
<pluginRepository> |
|
<id>com.springsource.repository.maven.milestone</id> |
|
<name>SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases</name> |
|
<url>http://repository.springsource.com/maven/bundles/milestone</url> |
|
</pluginRepository> |
|
</pluginRepositories> |
|
|
|
<mailingLists> |
|
<mailingList> |
|
<name>Acegi Developer List</name> |
|
<subscribe> |
|
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer |
|
</subscribe> |
|
<!-- |
|
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe> |
|
<post>acegisecurity-developer@lists.sourceforge.net</post> |
|
--> |
|
<archive> |
|
http://sourceforge.net/mailarchive/forum.php?forum_id=40659 |
|
</archive> |
|
<otherArchives> |
|
<otherArchive> |
|
http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/ |
|
</otherArchive> |
|
<otherArchive> |
|
http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/ |
|
</otherArchive> |
|
</otherArchives> |
|
</mailingList> |
|
</mailingLists> |
|
|
|
<developers> |
|
<developer> |
|
<name>Ben Alex</name> |
|
<id>benalex</id> |
|
<email>benalex at users.sourceforge.net</email> |
|
<organization> |
|
SpringSource |
|
</organization> |
|
<timezone>+10</timezone> |
|
</developer> |
|
<developer> |
|
<name>Colin Sampaleanu</name> |
|
<id>colins</id> |
|
<email>colinml1 at exis.com</email> |
|
</developer> |
|
<developer> |
|
<name>Carlos Sanchez</name> |
|
<id>carlossg</id> |
|
<email>carlossg at users.sourceforge.net</email> |
|
<timezone>+1</timezone> |
|
</developer> |
|
<developer> |
|
<name>Luke Taylor</name> |
|
<id>luke_t</id> |
|
<email>luke_t at users.sourceforge.net</email> |
|
<organization> |
|
SpringSource |
|
</organization> |
|
<timezone>0</timezone> |
|
</developer> |
|
<developer> |
|
<name>Ray Krueger</name> |
|
<id>raykrueger</id> |
|
<email>raykrueger at users.sourceforge.net</email> |
|
</developer> |
|
<developer> |
|
<name>Mark St.Godard</name> |
|
<id>markstg</id> |
|
<email>markstg at users.sourceforge.net</email> |
|
</developer> |
|
<developer> |
|
<name>John A. Lewis</name> |
|
<id>johnalewis</id> |
|
<email>johnalewis at users.sourceforge.net</email> |
|
</developer> |
|
</developers> |
|
|
|
<contributors> |
|
<contributor> |
|
<name>Alan Stewart</name> |
|
</contributor> |
|
<contributor> |
|
<name>Cameron Braid</name> |
|
</contributor> |
|
<contributor> |
|
<name>Patrick Burleson</name> |
|
</contributor> |
|
<contributor> |
|
<name>Francois Beausoleil</name> |
|
</contributor> |
|
<contributor> |
|
<name>Wesley Hall</name> |
|
</contributor> |
|
<contributor> |
|
<name>Scott Evans</name> |
|
</contributor> |
|
<contributor> |
|
<name>Travis Gregg</name> |
|
</contributor> |
|
<contributor> |
|
<name>Karel Miarka</name> |
|
</contributor> |
|
<contributor> |
|
<name>James Monaghan</name> |
|
</contributor> |
|
<contributor> |
|
<name>Andrew Petro</name> |
|
</contributor> |
|
<contributor> |
|
<name>Aaron Tang</name> |
|
</contributor> |
|
<contributor> |
|
<name>Orlando Garcia Carmona</name> |
|
</contributor> |
|
<contributor> |
|
<name>Joni Suominen</name> |
|
</contributor> |
|
<contributor> |
|
<name>Sergio Berna</name> |
|
</contributor> |
|
<contributor> |
|
<name>Paulo Neves</name> |
|
</contributor> |
|
<contributor> |
|
<name>Mike Perham</name> |
|
</contributor> |
|
<contributor> |
|
<name>Robin Bramley</name> |
|
</contributor> |
|
<contributor> |
|
<name>Robert Sanders</name> |
|
</contributor> |
|
<contributor> |
|
<name>Vishal Puri</name> |
|
</contributor> |
|
<contributor> |
|
<name>Martin Algesten</name> |
|
</contributor> |
|
<contributor> |
|
<name>Ruud Senden</name> |
|
</contributor> |
|
<contributor> |
|
<name>Michael Mayr</name> |
|
</contributor> |
|
</contributors> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>junit</groupId> |
|
<artifactId>junit</artifactId> |
|
<version>4.6</version> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.mockito</groupId> |
|
<artifactId>mockito-core</artifactId> |
|
<version>1.8.0</version> |
|
<scope>test</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.jmock</groupId> |
|
<artifactId>jmock-junit4</artifactId> |
|
<version>2.5.1</version> |
|
<scope>test</scope> |
|
</dependency> |
|
</dependencies> |
|
|
|
<build> |
|
<extensions> |
|
<extension> |
|
<groupId>org.springframework.build.aws</groupId> |
|
<artifactId>org.springframework.build.aws.maven</artifactId> |
|
<version>3.0.0.RELEASE</version> |
|
</extension> |
|
</extensions> |
|
<pluginManagement> |
|
<plugins> |
|
<plugin> |
|
<groupId>com.springsource.bundlor</groupId> |
|
<artifactId>com.springsource.bundlor.maven</artifactId> |
|
<version>1.0.0.M6</version> |
|
<executions> |
|
<execution> |
|
<id>bundlor</id> |
|
<phase>package</phase> |
|
<goals> |
|
<goal>transform</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
</plugins> |
|
</pluginManagement> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-resources-plugin</artifactId> |
|
<version>2.4</version> |
|
<configuration> |
|
<encoding>UTF-8</encoding> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-surefire-plugin</artifactId> |
|
<version>2.4.2</version> |
|
<configuration> |
|
<includes> |
|
<include>**/*Tests.class</include> |
|
<include>**/*Test.class</include> |
|
</includes> |
|
<excludes> |
|
<exclude>**/Abstract*</exclude> |
|
</excludes> |
|
<forkMode>once</forkMode> |
|
<systemProperties> |
|
<!-- The working directory for the embedded apache Ldap test server --> |
|
<property> |
|
<name>apacheDSWorkDir</name> |
|
<value> |
|
${basedir}/target/apacheds-work |
|
</value> |
|
</property> |
|
</systemProperties> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-compiler-plugin</artifactId> |
|
<version>2.0.2</version> |
|
<configuration> |
|
<source>1.5</source> |
|
<target>1.5</target> |
|
<fork>true</fork> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-jar-plugin</artifactId> |
|
<version>2.1</version> |
|
<executions> |
|
<execution> |
|
<goals> |
|
<goal>test-jar</goal> |
|
</goals> |
|
<phase>package</phase> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-source-plugin</artifactId> |
|
<version>2.0.3</version> |
|
<configuration> |
|
<attach>true</attach> |
|
</configuration> |
|
<executions> |
|
<execution> |
|
<id>attach-sources</id> |
|
<phase>verify</phase> |
|
<goals> |
|
<goal>jar</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<!-- Other --> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-war-plugin</artifactId> |
|
<version>2.0.2</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-assembly-plugin</artifactId> |
|
<version>2.1</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-install-plugin</artifactId> |
|
<version>2.2</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-deploy-plugin</artifactId> |
|
<version>2.3</version> |
|
</plugin> |
|
<!-- IDE --> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-eclipse-plugin</artifactId> |
|
<version>2.5.1</version> |
|
<configuration> |
|
<downloadSources>true</downloadSources> |
|
<wtpversion>2.0</wtpversion> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-idea-plugin</artifactId> |
|
<version>2.0</version> |
|
<configuration> |
|
<downloadSources>true</downloadSources> |
|
<!--<downloadJavadocs>true</downloadJavadocs>--> |
|
<dependenciesAsLibraries> |
|
true |
|
</dependenciesAsLibraries> |
|
</configuration> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
|
|
<reporting> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-surefire-report-plugin</artifactId> |
|
<version>2.4.2</version> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-jxr-plugin</artifactId> |
|
<configuration> |
|
<aggregate>true</aggregate> |
|
<excludes> |
|
<exclude>bigbank/**</exclude> |
|
</excludes> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.mojo</groupId> |
|
<artifactId>cobertura-maven-plugin</artifactId> |
|
<version>2.2</version> |
|
</plugin> |
|
|
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
<version>2.5</version> |
|
<configuration> |
|
<excludePackageNames>sample:bigbank:zzz</excludePackageNames> |
|
<breakiterator>true</breakiterator> |
|
<aggregate>true</aggregate> |
|
<links> |
|
<link>http://java.sun.com/j2se/1.5.0/docs/api</link> |
|
<link>http://static.springframework.org/spring/docs/3.0.x/javadoc-api/</link> |
|
<link>http://commons.apache.org/httpclient/apidocs/</link> |
|
<link>http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/</link> |
|
<link>http://tomcat.apache.org/tomcat-5.5-doc/servletapi/</link> |
|
</links> |
|
</configuration> |
|
<reportSets> |
|
<reportSet> |
|
<reports> |
|
<report>javadoc</report> |
|
</reports> |
|
</reportSet> |
|
</reportSets> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.codehaus.mojo</groupId> |
|
<artifactId>taglist-maven-plugin</artifactId> |
|
</plugin> |
|
</plugins> |
|
</reporting> |
|
|
|
<dependencyManagement> |
|
<dependencies> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-core</artifactId> |
|
<version>${spring.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-expression</artifactId> |
|
<version>${spring.version}</version> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-test</artifactId> |
|
<version>${spring.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-jdbc</artifactId> |
|
<version>${spring.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-tx</artifactId> |
|
<version>${spring.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-aop</artifactId> |
|
<version>${spring.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-context</artifactId> |
|
<version>${spring.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-context-support</artifactId> |
|
<version>${spring.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-web</artifactId> |
|
<version>${spring.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-webmvc</artifactId> |
|
<version>${spring.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.ldap</groupId> |
|
<artifactId>spring-ldap-core</artifactId> |
|
<version>1.3.1.RELEASE</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-core</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-tx</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-beans</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>commons-logging</groupId> |
|
<artifactId>commons-logging</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.aspectj</groupId> |
|
<artifactId>aspectjrt</artifactId> |
|
<version>1.6.8</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.aspectj</groupId> |
|
<artifactId>aspectjweaver</artifactId> |
|
<version>1.6.8</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>cglib</groupId> |
|
<artifactId>cglib-nodep</artifactId> |
|
<scope>test</scope> |
|
<optional>true</optional> |
|
<version>2.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>net.sf.ehcache</groupId> |
|
<artifactId>ehcache</artifactId> |
|
<version>1.6.2</version> |
|
<optional>true</optional> |
|
</dependency> |
|
<dependency> |
|
<groupId>commons-collections</groupId> |
|
<artifactId>commons-collections</artifactId> |
|
<version>3.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>javax.annotation</groupId> |
|
<artifactId>jsr250-api</artifactId> |
|
<version>1.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>hsqldb</groupId> |
|
<artifactId>hsqldb</artifactId> |
|
<version>1.8.0.10</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>javax.servlet</groupId> |
|
<artifactId>servlet-api</artifactId> |
|
<version>2.5</version> |
|
<scope>provided</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>javax.servlet</groupId> |
|
<artifactId>jstl</artifactId> |
|
<version>${jstl.version}</version> |
|
<scope>runtime</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>taglibs</groupId> |
|
<artifactId>standard</artifactId> |
|
<version>${jstl.version}</version> |
|
<scope>runtime</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>log4j</groupId> |
|
<artifactId>log4j</artifactId> |
|
<version>1.2.14</version> <!-- 1.2.15 has some JMX dependencies we don't want in its POM --> |
|
<optional>true</optional> |
|
<scope>runtime</scope> |
|
</dependency> |
|
</dependencies> |
|
</dependencyManagement> |
|
<properties> |
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
<spring.version>3.0.6.RELEASE</spring.version> |
|
<jstl.version>1.1.2</jstl.version> |
|
<jetty.version>6.1.22</jetty.version> |
|
</properties> |
|
|
|
</project>
|
|
|