61 lines
2.9 KiB
XML
61 lines
2.9 KiB
XML
<ivy-module version="1.3">
|
|
|
|
<info organisation="org.springframework" module="spring-faces" />
|
|
|
|
<configurations>
|
|
<conf name="default" extends="global" />
|
|
<conf name="global" visibility="private" />
|
|
<conf name="buildtime" visibility="private" />
|
|
<conf name="test" visibility="private" />
|
|
|
|
<!-- public JSF configurations other projects may use -->
|
|
<conf name="jsf12" visibility="public"/>
|
|
<conf name="jsf11" visibility="public"/>
|
|
</configurations>
|
|
|
|
<dependencies defaultconf="global->default">
|
|
<!-- global dependencies -->
|
|
<dependency org="commons-logging" name="commons-logging" rev="1.1">
|
|
<exclude module="log4j"/>
|
|
<exclude module="logkit"/>
|
|
<exclude module="avalon-framework"/>
|
|
<exclude module="servlet-api"/>
|
|
</dependency>
|
|
<dependency org="org.springframework" name="spring-webflow" rev="latest.integration" />
|
|
|
|
<!-- build time only dependencies -->
|
|
<dependency org="javax.servlet" name="servlet-api" rev="2.4" conf="buildtime->default" />
|
|
<dependency org="javax.el" name="el-api" rev="1.0" conf="buildtime->default" />
|
|
|
|
<!-- JSF 1.2 dependencies -->
|
|
<!-- note that at this time we depend on MyFaces, not JSF-RI -->
|
|
<dependency org="org.apache.myfaces.core" name="myfaces-api" rev="1.2.2" conf="buildtime, jsf12->default" />
|
|
<dependency org="org.apache.myfaces.core" name="myfaces-impl" rev="1.2.2" conf="buildtime, jsf12->default" />
|
|
<dependency org="commons-beanutils" name="commons-beanutils" rev="1.7.0" conf="buildtime, jsf12->default" >
|
|
<exclude module="commons-logging"/>
|
|
</dependency>
|
|
<dependency org="commons-codec" name="commons-codec" rev="1.3" conf="buildtime, jsf12->default" />
|
|
<dependency org="commons-collections" name="commons-collections" rev="3.2" conf="buildtime, jsf12->default" />
|
|
<dependency org="commons-discovery" name="commons-discovery" rev="0.4" conf="buildtime, jsf12->default">
|
|
<exclude module="commons-logging"/>
|
|
</dependency>
|
|
<dependency org="commons-digester" name="commons-digester" rev="1.8" conf="buildtime, jsf12->default">
|
|
<exclude module="commons-logging"/>
|
|
</dependency>
|
|
|
|
<!-- JSF 1.1 dependencies -->
|
|
<dependency org="org.apache.myfaces.core" name="myfaces-api" rev="1.1.5" conf="jsf11->default" />
|
|
<dependency org="org.apache.myfaces.core" name="myfaces-impl" rev="1.1.5" conf="jsf11->default" />
|
|
|
|
|
|
<!-- test dependencies -->
|
|
<dependency org="junit" name="junit" rev="3.8.2" conf="test->default" />
|
|
<dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default" />
|
|
<dependency org="org.easymock" name="easymock" rev="2.3" conf="test->default" />
|
|
<dependency org="jboss" name="jboss-el" rev="1.0" conf="test->default"/>
|
|
<dependency org="org.apache.shale" name="shale-test" rev="1.0.4" conf="test->default" />
|
|
<dependency org="org.springframework" name="spring-test" rev="2.5.1" conf="test->default" />
|
|
|
|
</dependencies>
|
|
|
|
</ivy-module> |