mirror of https://github.com/apache/ant-ivy
11 lines
323 B
XML
11 lines
323 B
XML
<ivy-module version="1.0">
|
|
<info organisation="jayasoft"
|
|
module="ivy"
|
|
status="integration"
|
|
/>
|
|
<dependencies>
|
|
<dependency org="apache" name="commons-httpclient" rev="3.0" conf="default"/>
|
|
<dependency org="apache" name="commons-cli" rev="1.0" conf="default"/>
|
|
</dependencies>
|
|
</ivy-module>
|