Upgraded Spring Security dependency to version 2.0.4.A (INT-447).

This commit is contained in:
Mark Fisher
2008-11-02 16:38:14 +00:00
parent bbfdf3bcf8
commit 8c9937451e
3 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
<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"/>
<dependency org="org.springframework.security" name="org.springframework.security" rev="2.0.4.A" conf="compile->runtime"/>
</dependencies>
</ivy-module>