Files
spring-webflow/spring-webflow-samples/birthdate/ivy.xml
Keith Donald 64628ba209 webflow ide enabled
updated ivys
2007-04-01 16:44:41 +00:00

23 lines
843 B
XML

<ivy-module version="1.1">
<info organisation="org.springframework" module="swf-birthdate"/>
<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 (core) dependencies -->
<dependency org="log4j" name="log4j" rev="1.2.14"/>
<dependency org="taglibs" name="standard" rev="1.1.2"/>
<dependency org="jstl" name="jstl" rev="1.1.2"/>
<dependency org="org.springframework" name="spring-webflow" rev="latest.integration" conf="global->struts"/>
<!-- test time only dependencies -->
<dependency org="junit" name="junit" rev="3.8.2" conf="test->default"/>
</dependencies>
</ivy-module>