-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivy.xml
47 lines (40 loc) · 2.39 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<ivy-module version="2.0">
<info organisation="prom" module="ImplicitPlaceIdentification" 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="PetriNets" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="Log" rev="latest" changing="true" transitive="true" />
<!-- Workflownet analysis -->
<dependency org="prom" name="Woflan" rev="latest" changing="true" transitive="true" />
<!-- TODO: remove all unneeded dependencies -->
<!-- Christians Petrinetmodifier -->
<dependency org="prom" name="ProjectionMiner" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="GraphViz" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="GraphVisualizers" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="ApacheUtils" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="JAXB" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="ETConformance" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="StochasticAwareConformanceChecking" 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>