-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathivy.xml
More file actions
16 lines (15 loc) · 754 Bytes
/
ivy.xml
File metadata and controls
16 lines (15 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<ivy-module version="2.0">
<info organisation="nam.controller" module="compiler" />
<configurations>
<conf name="mainapp" description="Jars used by NAMControllerCompiler application"/>
<conf name="tests" description="Jars used for tests"/>
</configurations>
<dependencies>
<dependency org="com.github.memo33" name="jDBPFX" rev="1.0.4" conf="mainapp->default">
<artifact name="jDBPFX" url="https://dl.dropboxusercontent.com/s/jpky311w4onkwf3/jDBPFX-1.0.4.jar"/>
</dependency>
<dependency org="com.github.stefanbirkner" name="system-rules" rev="1.19.0" conf="tests->default">
<artifact name="system-rules" type="jar"/>
</dependency>
</dependencies>
</ivy-module>