upgraded to 2.0.2--still awaiting 2.0.2 to be placed in m2 repo by Ben

This commit is contained in:
Keith Donald
2007-01-09 05:30:48 +00:00
parent bd3b3d2eb3
commit 6832cb770c
2 changed files with 17 additions and 17 deletions

View File

@@ -28,24 +28,24 @@
<dependency org="xml-apis" name="xml-apis" rev="1.3.03"/>
-->
<dependency org="commons-codec" name="commons-codec" rev="1.1" />
<dependency org="org.springframework" name="spring-beans" rev="2.0" />
<dependency org="org.springframework" name="spring-beans" rev="2.0.2" />
<dependency org="org.springframework" name="spring-binding" rev="latest.integration" />
<dependency org="org.springframework" name="spring-core" rev="2.0" />
<dependency org="org.springframework" name="spring-context" rev="2.0" />
<dependency org="org.springframework" name="spring-web" rev="2.0" />
<dependency org="org.springframework" name="spring-core" rev="2.0.2" />
<dependency org="org.springframework" name="spring-context" rev="2.0.2" />
<dependency org="org.springframework" name="spring-web" rev="2.0.2" />
<!-- testing support only dependencies -->
<dependency org="junit" name="junit" rev="3.8.1" conf="buildtime, testing->default" />
<!-- spring mvc only dependencies -->
<dependency org="org.springframework" name="spring-webmvc" rev="2.0" conf="buildtime, mvc->default" />
<dependency org="org.springframework" name="spring-webmvc" rev="2.0.2" conf="buildtime, mvc->default" />
<!-- spring portlet mvc only dependencies -->
<dependency org="org.springframework" name="spring-portlet" rev="2.0" conf="buildtime, portlet->default" />
<dependency org="org.springframework" name="spring-portlet" rev="2.0.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-struts" rev="2.0" conf="buildtime, struts->default" />
<dependency org="org.springframework" name="spring-struts" rev="2.0.2" conf="buildtime, struts->default" />
<!-- JSF-only dependencies -->
<!-- note that at this time we depend on MyFaces, not JSF-RI -->
@@ -61,7 +61,7 @@
<dependency org="log4j" name="log4j" rev="1.2.13" conf="test->default" />
<dependency org="org.easymock" name="easymock" rev="2.2" conf="test->default" />
<dependency org="com.cenqua.clover" name="clover" rev="1.3.12" conf="test->default" />
<dependency org="org.springframework" name="spring-mock" rev="2.0" conf="test->default" />
<dependency org="org.springframework" name="spring-mock" rev="2.0.2" conf="test->default" />
</dependencies>
</ivy-module>
</ivy-module>