@ -91,6 +91,11 @@
@@ -91,6 +91,11 @@
<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>
@ -574,55 +579,129 @@
@@ -574,55 +579,129 @@
<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 > 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-web</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-jdbc</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-tx</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-aop</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</artifactId>
<artifactId > org.springframework.web </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.servle t</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>
@ -635,9 +714,20 @@
@@ -635,9 +714,20 @@
<version > 1.6.2.RELEASE</version>
</dependency>
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-webmvc</artifactId>
<version > ${spring.version}</version>
<!-- 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>
@ -646,13 +736,6 @@
@@ -646,13 +736,6 @@
<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>
<artifactId > ehcache</artifactId>
@ -667,6 +750,7 @@
@@ -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>
@ -703,10 +787,17 @@
@@ -703,10 +787,17 @@
<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 >
<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>