added spring-test dependency to org.springframework.integration

This commit is contained in:
Iwein Fuld
2008-07-25 08:57:20 +00:00
parent d257edf44e
commit 8932a56a18
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.4.A" conf="test->runtime"/>
</dependencies>
</ivy-module>