forked from OpenGamma/OG-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivy.xml
22 lines (19 loc) · 1.16 KB
/
ivy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<ivy-module version="2.0">
<info organisation="com.opengamma" module="og-integration" status="integration"/>
<dependencies>
<dependency name="og-security" rev="latest.integration" />
<dependency name="og-analytics" rev="latest.integration" />
<dependency name="og-engine" rev="latest.integration" />
<dependency name="og-financial" rev="latest.integration" />
<dependency name="og-livedata" rev="latest.integration" />
<dependency name="og-util" rev="latest.integration" />
<dependency org="org.jcsp" name="jcsp" rev="1.1-rc2"/>
<dependency org="org.jfree" name="jfreechart" rev="1.0.13"/>
<dependency org="org.jdesktop" name="appframework" rev="1.0.3"/>
<dependency org="org.jdesktop" name="swingx" rev="1.0"/>
<dependency org="org.springframework" name="spring" rev="3.0.4" conf="*->orm,web"/>
<dependency org="org.eclipse" name="jetty" rev="7.0.1+" conf="*->jsp,servlets,start"/>
<dependency org="org.cometd" name="cometd-java" rev="1.0.1" conf="*->server,client"/>
<exclude org="org.apache.log4j" module="log4j" />
</dependencies>
</ivy-module>