|
@@ -49,9 +49,9 @@
|
|
|
<ciManagement>
|
|
|
<system>bamboo</system>
|
|
|
<url>https://build.springframework.org/browse/SEC</url>
|
|
|
- </ciManagement>
|
|
|
+ </ciManagement>
|
|
|
|
|
|
- <distributionManagement>
|
|
|
+ <distributionManagement>
|
|
|
<repository>
|
|
|
<id>spring-milestone</id>
|
|
|
<name>Spring Milestone Repository</name>
|
|
@@ -91,17 +91,22 @@
|
|
|
<name>SpringSource Enterprise Bundle Repository - SpringSource Snapshot Releases</name>
|
|
|
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
|
|
|
</repository>
|
|
|
+ <repository>
|
|
|
+ <id>com.springsource.repository.bundles.mileston</id>
|
|
|
+ <name>SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases</name>
|
|
|
+ <url>http://repository.springsource.com/maven/bundles/milestone</url>
|
|
|
+ </repository>
|
|
|
<repository>
|
|
|
<id>spring-milestone</id>
|
|
|
<name>Spring Portfolio Milestone Repository</name>
|
|
|
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
|
|
|
</repository>
|
|
|
- <repository>
|
|
|
- <!-- needed for jets3t-0.5.1-20080115 -->
|
|
|
- <id>springExternal</id>
|
|
|
- <name>Spring external dependencies</name>
|
|
|
- <url>http://maven.springframework.org/external/</url>
|
|
|
- </repository>
|
|
|
+ <repository>
|
|
|
+ <!-- needed for jets3t-0.5.1-20080115 -->
|
|
|
+ <id>springExternal</id>
|
|
|
+ <name>Spring external dependencies</name>
|
|
|
+ <url>http://maven.springframework.org/external/</url>
|
|
|
+ </repository>
|
|
|
</repositories>
|
|
|
|
|
|
<mailingLists>
|
|
@@ -238,10 +243,10 @@
|
|
|
</contributor>
|
|
|
<contributor>
|
|
|
<name>Ruud Senden</name>
|
|
|
- </contributor>
|
|
|
+ </contributor>
|
|
|
<contributor>
|
|
|
<name>Michael Mayr</name>
|
|
|
- </contributor>
|
|
|
+ </contributor>
|
|
|
</contributors>
|
|
|
|
|
|
<dependencies>
|
|
@@ -261,7 +266,7 @@
|
|
|
<version>1.2.2</version>
|
|
|
</extension>
|
|
|
</extensions>
|
|
|
- <plugins>
|
|
|
+ <plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-help-plugin</artifactId>
|
|
@@ -307,7 +312,7 @@
|
|
|
<configuration>
|
|
|
<source>1.5</source>
|
|
|
<target>1.5</target>
|
|
|
- </configuration>
|
|
|
+ </configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -458,11 +463,11 @@
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
<version>2.4.2</version>
|
|
|
-<!--
|
|
|
+<!--
|
|
|
<configuration>
|
|
|
<aggregate>true</aggregate>
|
|
|
- </configuration>
|
|
|
--->
|
|
|
+ </configuration>
|
|
|
+-->
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -472,7 +477,7 @@
|
|
|
<excludes>
|
|
|
<exclude>bigbank/**</exclude>
|
|
|
</excludes>
|
|
|
- </configuration>
|
|
|
+ </configuration>
|
|
|
</plugin>
|
|
|
<!--
|
|
|
<plugin>
|
|
@@ -492,14 +497,14 @@
|
|
|
</plugin>
|
|
|
|
|
|
<plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
<version>2.4</version>
|
|
|
<configuration>
|
|
|
<aggregate>true</aggregate>
|
|
|
<header>Spring Security Framework</header>
|
|
|
<quiet>true</quiet>
|
|
|
- <excludePackageNames>sample,bigbank,zzz</excludePackageNames>
|
|
|
+ <excludePackageNames>sample,bigbank,zzz</excludePackageNames>
|
|
|
<links>
|
|
|
<link>
|
|
|
http://java.sun.com/j2se/1.5.0/docs/api
|
|
@@ -543,7 +548,7 @@
|
|
|
<!--<report>test-javadoc</report> -->
|
|
|
</reports>
|
|
|
</reportSet>
|
|
|
- </reportSets>
|
|
|
+ </reportSets>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
@@ -553,7 +558,7 @@
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
<version>2.0.1</version>
|
|
|
-<!--
|
|
|
+<!--
|
|
|
<reportSets>
|
|
|
<reportSet>
|
|
|
<reports>
|
|
@@ -565,8 +570,8 @@
|
|
|
</reports>
|
|
|
</reportSet>
|
|
|
</reportSets>
|
|
|
--->
|
|
|
- </plugin>
|
|
|
+-->
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</reporting>
|
|
|
|
|
@@ -574,84 +579,162 @@
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-core</artifactId>
|
|
|
+ <artifactId>org.springframework.core</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-test</artifactId>
|
|
|
+ <artifactId>org.springframework.expression</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.antlr</groupId>
|
|
|
+ <artifactId>com.springsource.org.antlr</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ <optional>true</optional>
|
|
|
</dependency>
|
|
|
-<!--
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-remoting</artifactId>
|
|
|
+ <artifactId>org.springframework.test</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
--->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-web</artifactId>
|
|
|
+ <artifactId>org.springframework.jdbc</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-jdbc</artifactId>
|
|
|
+ <artifactId>org.springframework.transaction</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-tx</artifactId>
|
|
|
+ <artifactId>org.springframework.aop</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-aop</artifactId>
|
|
|
+ <artifactId>org.springframework.context</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-context</artifactId>
|
|
|
+ <artifactId>org.springframework.context.support</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-context-support</artifactId>
|
|
|
+ <artifactId>org.springframework.web</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
- </dependency>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
+ <artifactId>org.springframework.web.servlet</artifactId>
|
|
|
+ <version>${spring.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.ldap</groupId>
|
|
|
<artifactId>spring-ldap-core</artifactId>
|
|
|
<version>1.3.0.RC1</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
<artifactId>com.springsource.org.aspectj.runtime</artifactId>
|
|
|
<version>1.6.2.RELEASE</version>
|
|
|
- </dependency>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
<artifactId>com.springsource.org.aspectj.weaver</artifactId>
|
|
|
<version>1.6.2.RELEASE</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-webmvc</artifactId>
|
|
|
- <version>${spring.version}</version>
|
|
|
- </dependency>
|
|
|
+ <!-- Used by SPEL -->
|
|
|
+ <groupId>org.antlr</groupId>
|
|
|
+ <artifactId>antlr</artifactId>
|
|
|
+ <version>3.0.1</version>
|
|
|
+ <optional>true</optional>
|
|
|
+ <scope>runtime</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <!-- Used by SPEL -->
|
|
|
+ <groupId>asm</groupId>
|
|
|
+ <artifactId>asm-all</artifactId>
|
|
|
+ <version>2.2.3</version>
|
|
|
+ <optional>true</optional>
|
|
|
+ <scope>runtime</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>cglib</groupId>
|
|
|
<artifactId>cglib-nodep</artifactId>
|
|
|
<scope>test</scope>
|
|
|
<optional>true</optional>
|
|
|
<version>2.1_3</version>
|
|
|
- </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>
|
|
|
<dependency>
|
|
|
<groupId>net.sf.ehcache</groupId>
|
|
@@ -667,6 +750,7 @@
|
|
|
<groupId>hsqldb</groupId>
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
<version>1.8.0.7</version>
|
|
|
+ <scope>runtime</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.jmock</groupId>
|
|
@@ -702,16 +786,23 @@
|
|
|
<artifactId>standard</artifactId>
|
|
|
<version>${jstl.version}</version>
|
|
|
<scope>runtime</scope>
|
|
|
- </dependency>
|
|
|
+ </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>
|
|
|
- <spring.version>2.5.6</spring.version>
|
|
|
+ <spring.version>3.0.0.M1</spring.version>
|
|
|
<jstl.version>1.1.2</jstl.version>
|
|
|
<jetty.version>6.1.11</jetty.version>
|
|
|
|
|
|
<docbook.source>${basedir}/src/docbkx</docbook.source>
|
|
|
- <docbook.target>${basedir}/target/site/guide</docbook.target>
|
|
|
+ <docbook.target>${basedir}/target/site/guide</docbook.target>
|
|
|
</properties>
|
|
|
|
|
|
</project>
|