Files
spring-webflow/spring-binding/ivy.xml
Keith Donald bd2db87ad3 fixed misc bugs in samples
cleanup
2007-04-01 13:58:35 +00:00

26 lines
1.0 KiB
XML

<ivy-module version="1.3">
<info organisation="org.springframework" module="spring-binding" />
<configurations>
<conf name="default" extends="global" />
<conf name="global" visibility="private" />
<conf name="buildtime" visibility="private" />
<conf name="test" visibility="private" />
</configurations>
<dependencies defaultconf="global->default">
<!-- global dependencies -->
<dependency org="commons-logging" name="commons-logging" rev="1.0.4"/>
<dependency org="ognl" name="ognl" rev="2.6.9" />
<dependency org="org.springframework" name="spring-beans" rev="2.0.3" />
<dependency org="org.springframework" name="spring-context" rev="2.0.3" />
<dependency org="org.springframework" name="spring-core" rev="2.0.3" />
<!-- test dependencies -->
<dependency org="org.easymock" name="easymock" rev="2.2" conf="test->default" />
<dependency org="junit" name="junit" rev="3.8.2" conf="test->default" />
<dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default"/>
</dependencies>
</ivy-module>