-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.xml
More file actions
14 lines (14 loc) · 678 Bytes
/
ivy.xml
File metadata and controls
14 lines (14 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<ivy-module version="2.0">
<info organisation="net.njcull" module="java-immutable-collections">
<license name="The 3-Clause BSD License" url="https://opensource.org/licenses/BSD-3-Clause"/>
<description homepage="http://github.com/run2000/java-immutable-collections/">
Array-based Immutable Collections for Java 1.8
</description>
</info>
<configurations defaultconfmapping="test->default">
<conf name="test" description="for the unit tests only" />
</configurations>
<dependencies>
<dependency org="junit" name="junit" rev="4.12" revConstraint="[4.12,5.0)" conf="test" />
</dependencies>
</ivy-module>