Upgraded dependencies to Spring 2.5.6 (INT-446).

This commit is contained in:
Mark Fisher
2008-11-02 16:12:07 +00:00
parent fcef6c078e
commit 8279cce04d
41 changed files with 161 additions and 170 deletions

View File

@@ -20,11 +20,11 @@
</publications>
<dependencies>
<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.transaction" rev="2.5.5.A" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.5.A" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.5.A" conf="compile->runtime"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.4.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.test" rev="2.5.6" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.6" conf="test->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.security" name="org.springframework.security" rev="2.0.2.A" conf="compile->runtime"/>
</dependencies>