32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ivy-module version="1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="http://www.jayasoft.org/misc/ivy/samples/ivy.xsd">
|
|
|
|
<info organisation="org.springframework" module="spring-ldap-article-sample" />
|
|
|
|
<configurations>
|
|
<conf name="default" extends="global" />
|
|
<conf name="global" visibility="private" />
|
|
<conf name="buildtime" visibility="private" />
|
|
<conf name="test" visibility="private" />
|
|
<conf name="source" visibility="public" />
|
|
</configurations>
|
|
|
|
<dependencies defaultconf="global->default">
|
|
<!-- global dependencies -->
|
|
<dependency org="commons-logging" name="commons-logging" rev="1.0.4" />
|
|
<dependency org="log4j" name="log4j" rev="1.2.9" />
|
|
<dependency org="org.springframework" name="spring-ldap" rev="latest.integration"
|
|
conf="global->default;source->@" />
|
|
|
|
<!-- build time only dependencies -->
|
|
|
|
<!-- test-time only dependencies -->
|
|
<dependency org="com.cenqua.clover" name="clover" rev="1.3.12" conf="test->default" />
|
|
<dependency org="org.springframework" name="spring-mock" rev="2.0.1" conf="test->default" />
|
|
<dependency org="junit" name="junit" rev="3.8.1" conf="test->default" />
|
|
<dependency org="easymock" name="easymock" rev="1.1" conf="test->default" />
|
|
</dependencies>
|
|
|
|
</ivy-module>
|