added easymock dependency to org.springframework.integration.adapter

This commit is contained in:
Iwein Fuld
2008-07-25 08:58:20 +00:00
parent 8932a56a18
commit b23e9b43f2
2 changed files with 3 additions and 1 deletions

View File

@@ -33,8 +33,9 @@
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.jms" rev="2.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.4.A" 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.4.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.web" rev="2.5.4.A" conf="compile->runtime"/>
</dependencies>
</ivy-module>
</ivy-module>