-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.xml
More file actions
34 lines (34 loc) · 2.01 KB
/
ivy.xml
File metadata and controls
34 lines (34 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<ivy-module version="2.0">
<info organisation="prom" module="RootCauseAnalysis" revision="latest">
<description>
Version VERSION
</description>
</info>
<configurations>
<conf name="default" extends="lib" />
<conf name="lib" />
</configurations>
<dependencies defaultconf="default">
<!-- ProM dependencies. -->
<!-- Please put every ProM dependency on a single line. -->
<!-- ProM framework. -->
<dependency org="prom" name="ProM-Plugins" rev="latest" changing="true" transitive="true" />
<!-- ProM packages. -->
<dependency org="prom" name="BasicUtils" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="Widgets" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="ContextAwarePerformance" rev="latest" changing="true" transitive="true" />
<!-- Third party libraries. These may span multiple lines. -->
<!-- Please uncomment the second line in the resolve target in your build.xml file
if you have any third party libraries. -->
<!-- Third party library downloaded from maven repository. -->
<!-- dependency conf="lib->default" org="org.reflections" name="reflections" rev="0.9.10" /-->
<!-- Third party library downloaded from ProM library. -->
<!-- dependency conf="lib->default" org="prom-libs" name="opencsv" rev="2.4-patched" transitive="false" /-->
<dependency org="prom" name="Log" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="GraphViz" rev="latest" changing="true" transitive="true" />
<dependency conf="lib->default" org="org.jfree" name="jfreesvg" rev="3.1"/>
<dependency conf="lib->default" org="org.swinglabs.swingx" name="swingx-all" rev="1.6.5-1"/>
<dependency conf="lib->default" org="org.eclipse.collections" name="eclipse-collections-api" rev="7.1.0" />
<dependency conf="lib->default" org="org.eclipse.collections" name="eclipse-collections" rev="7.1.0" />
</dependencies>
</ivy-module>