forked from FudgeMsg/Fudge-Proto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivy.xml
24 lines (20 loc) · 961 Bytes
/
ivy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<ivy-module version="2.0">
<info organisation="org.fudgemsg" module="fudge-proto" status="integration">
<license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>
<ivyauthor name="Andrew Griffin" url="mailto:andrew@opengamma.com"/>
<description homepage="http://www.fudgemsg.org/">
</description>
</info>
<configurations>
<conf name="core"/>
</configurations>
<publications>
<artifact name="fudge-proto" type="jar" conf="core"/>
</publications>
<dependencies>
<dependency org="org.apache.commons" name="commons-lang" rev="2.4" conf="core->*"/>
<dependency org="org.apache.ant" name="ant" rev="[1.7.0,1.8.0[" conf="core->*" />
<dependency org="org.antlr" name="antlr" rev="[3.1,4.0[" conf="core->*"/>
<dependency org="org.fudgemsg" name="fudge-java" rev="latest.integration" conf="core->*"/>
</dependencies>
</ivy-module>