52 lines
3.8 KiB
XML
52 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
|
|
<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd"
|
|
version="1.3">
|
|
|
|
<info organisation="org.springframework.samples" module="${ant.project.name}">
|
|
<ivyauthor name="Keith Donald"/>
|
|
<ivyauthor name=""/>
|
|
</info>
|
|
|
|
<configurations>
|
|
<include file="${spring.build.dir}/common/default-ivy-configurations.xml"/>
|
|
</configurations>
|
|
|
|
<publications>
|
|
<artifact name="${ant.project.name}"/>
|
|
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
|
|
</publications>
|
|
|
|
<dependencies>
|
|
<dependency org="org.springframework.samples" name="org.springframework.samples.springtravel.resource" rev="latest.integration" conf="compile->runtime" />
|
|
<dependency org="org.springframework.samples" name="org.springframework.samples.springtravel.hotel.search" rev="latest.integration" conf="compile->runtime" />
|
|
<dependency org="org.springframework.webflow" name="org.springframework.webflow" rev="latest.integration" conf="provided->provided" />
|
|
<dependency org="org.springframework.webflow" name="org.springframework.binding" rev="latest.integration" conf="provided->provided" />
|
|
<dependency org="org.springframework.webflow" name="org.springframework.faces" rev="latest.integration" conf="provided->provided" />
|
|
<dependency org="org.springframework.webflow" name="org.springframework.js" rev="latest.integration" conf="provided->provided" />
|
|
<dependency org="org.hibernate" name="org.hibernate.ejb-library" rev="3.3.1.ga" conf="provided->runtime" />
|
|
<dependency org="org.springframework" name="org.springframework.spring-library" rev="2.5.4.A" conf="provided-platform->compile" />
|
|
<dependency org="org.apache.myfaces" name="org.apache.myfaces-library" rev="1.2.2" conf="provided->runtime" />
|
|
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="provided->runtime" />
|
|
<dependency org="org.springframework.security" name="org.springframework.security" rev="2.0.2.A" conf="provided->provided" />
|
|
<dependency org="com.sun.facelets" name="com.springsource.com.sun.facelets" rev="1.1.14" conf="provided->runtime" />
|
|
<dependency org="org.jboss.el" name="com.springsource.org.jboss.el" rev="2.0.0.GA" conf="provided->runtime" />
|
|
|
|
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.4.0" conf="test->runtime" />
|
|
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.4.A" conf="test->runtime" />
|
|
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1" conf="test->runtime" />
|
|
<dependency org="org.jboss.util" name="com.springsource.org.jboss.util" rev="2.0.4.GA" conf="test->runtime" />
|
|
<dependency org="org.dom4j" name="com.springsource.org.dom4j" rev="1.6.1" conf="test->runtime" />
|
|
<dependency org="edu.oswego.cs.concurrent" name="com.springsource.edu.oswego.cs.dl.util.concurrent" rev="1.3.4" conf="test->runtime" />
|
|
<dependency org="org.jboss.javassist" name="com.springsource.javassist" rev="3.3.0.ga" conf="test->runtime" />
|
|
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.collections" rev="3.2.0" conf="test->runtime" />
|
|
<dependency org="net.sourceforge.cglib" name="com.springsource.net.sf.cglib" rev="2.1.3" conf="test->runtime" />
|
|
<dependency org="javax.transaction" name="com.springsource.javax.transaction" rev="1.1.0" conf="test->runtime" />
|
|
<dependency org="org.antlr" name="com.springsource.antlr" rev="2.7.6" conf="test->runtime" />
|
|
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.3.0" conf="test->runtime" />
|
|
<dependency org="javax.el" name="com.springsource.javax.el" rev="2.1.0" conf="test->runtime" />
|
|
</dependencies>
|
|
|
|
</ivy-module>
|