-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.xml
More file actions
25 lines (25 loc) · 1.14 KB
/
ivy.xml
File metadata and controls
25 lines (25 loc) · 1.14 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
<ivy-module version="2.0">
<info organisation="prom" module="PaliaProM" 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" />
<dependency org="prom" name="XESLite" 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="BPMNVisualizer" rev="latest" changing="true" transitive="true" />
<dependency org="prom" name="GraphViz" rev="latest" changing="true" transitive="true" />
<!-- Github package from JitPack -->
<dependency org="com.github.delas" name="palia" rev="f87ca504ab" changing="true" transitive="true" />
</dependencies>
</ivy-module>