updated spring dependencies to version 2.5.6.A

This commit is contained in:
Mark Fisher
2008-12-17 17:40:47 +00:00
parent d8ef01e964
commit a8635781a9
38 changed files with 138 additions and 138 deletions

View File

@@ -23,10 +23,10 @@
<dependency org="net.sourceforge.cglib" name="com.springsource.net.sf.cglib" rev="2.1.3" conf="test->runtime"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.4.0" conf="test->runtime"/>
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.3.0" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.6" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.6" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.6" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.6.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.6.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.6.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6.A" conf="test->runtime"/>
</dependencies>
</ivy-module>