-
Notifications
You must be signed in to change notification settings - Fork 1
/
ivy.xml
28 lines (28 loc) · 1.46 KB
/
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
24
25
26
27
28
<ivy-module version="2.0">
<info organisation="prom" module="PlanningBasedAlignment" 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="DataAwareReplayer" 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" /-->
</dependencies>
</ivy-module>