This commit is contained in:
Keith Donald
2008-03-05 18:25:15 +00:00
parent 7f6219d51b
commit fbb2486ba2
4 changed files with 37 additions and 41 deletions

View File

@@ -5,8 +5,8 @@
<artifactId>spring-binding</artifactId>
<packaging>jar</packaging>
<name>Spring Binding</name>
<version>2.0-m3-SNAPSHOT</version>
<description>Spring Data Binding Framework</description>
<version>2.0-m4-SNAPSHOT</version>
<description>Spring Data Binding Framework - An internal module used by Spring Web Flow</description>
<url>http://www.springframework.org</url>
<licenses>
<license>
@@ -29,7 +29,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
@@ -47,17 +47,17 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
</dependency>
<!-- Runtime Dependencies -->
<dependency>

View File

@@ -5,7 +5,7 @@
<artifactId>spring-faces</artifactId>
<packaging>jar</packaging>
<name>Spring Faces</name>
<version>2.0-m3-SNAPSHOT</version>
<version>2.0-m4-SNAPSHOT</version>
<description>Spring Faces Framework</description>
<url>http://www.springframework.org</url>
<licenses>
@@ -113,7 +113,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@@ -13,7 +13,6 @@
<conf name="default" extends="mvc" />
<conf name="mvc" visibility="public" extends="global" />
<conf name="portlet" visibility="public" extends="mvc" />
<conf name="struts" visibility="public" extends="global" />
<conf name="testing" visibility="public" extends="global" />
</configurations>
@@ -31,19 +30,11 @@
<dependency org="org.springframework" name="spring-core" rev="2.5.2" />
<dependency org="org.springframework" name="spring-context" rev="2.5.2" />
<dependency org="org.springframework" name="spring-web" rev="2.5.2" />
<!-- testing support only dependencies -->
<dependency org="junit" name="junit" rev="3.8.2" conf="buildtime, testing->default" />
<!-- spring mvc only dependencies -->
<dependency org="org.springframework" name="spring-webmvc" rev="2.5.2" conf="buildtime, mvc->default" />
<!-- spring portlet mvc only dependencies -->
<dependency org="org.springframework" name="spring-webmvc-portlet" rev="2.5.2" conf="buildtime, portlet->default" />
<!-- struts only dependencies -->
<dependency org="struts" name="struts" rev="1.2.9" conf="buildtime, struts->default" />
<dependency org="org.springframework" name="spring-webmvc-struts" rev="2.5.2" conf="buildtime, struts->default" />
<!-- testing support only dependencies -->
<dependency org="junit" name="junit" rev="3.8.2" conf="buildtime, testing->default" />
<!-- build time only dependencies -->
<dependency org="javax.servlet" name="servlet-api" rev="2.4" conf="buildtime->default" />

View File

@@ -5,7 +5,7 @@
<artifactId>spring-webflow</artifactId>
<packaging>jar</packaging>
<name>Spring Web Flow</name>
<version>2.0-m3-SNAPSHOT</version>
<version>2.0-m4-SNAPSHOT</version>
<description>Spring Web Flow</description>
<url>http://www.springframework.org</url>
<licenses>
@@ -29,7 +29,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>concurrent</groupId>
@@ -69,20 +69,14 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.2.4.ga</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>struts</groupId>
<artifactId>struts</artifactId>
<version>1.2.9</version>
<version>3.2.5.ga</version>
<optional>true</optional>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -92,40 +86,45 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
<optional>true</optional>
</dependency>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-security-core</artifactId>
<version>2.0-M2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>2.5-rc1</version>
<optional>true</optional>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
<optional>true</optional>
</dependency>
<!-- Runtime Dependencies -->
@@ -167,6 +166,12 @@
<version>3.3.0.ga</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
@@ -176,19 +181,19 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>2.5-rc1</version>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
</dependencies>