-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.xml
More file actions
17 lines (17 loc) · 866 Bytes
/
ivy.xml
File metadata and controls
17 lines (17 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<ivy-module version="2.0">
<!--
© Copyright IBM Corporation 2014, 2016.
This is licensed under the following license.
The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
-->
<info organisation="com.ibm.urbancode" module="dependencies"/>
<configurations>
<conf name="default" description="Jars used during runtime"/>
<conf name="build" description="Jars used during build"/>
<conf name="test" description="Jars used during testing"/>
</configurations>
<dependencies>
<dependency org="com.ibm.urbancode.plugins" name="groovy-plugin-utils" rev="1.0" transitive="false" conf="default->default"/>
</dependencies>
</ivy-module>