-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathivy.xml
More file actions
11 lines (11 loc) · 680 Bytes
/
ivy.xml
File metadata and controls
11 lines (11 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="org.taskdistribution" module="taskdistribution" revision="1.0"/>
<dependencies>
<dependency org="org.jgroups" name="jgroups" rev="4.1.+"/>
<dependency org="log4j" name="log4j" rev="1.2.+"/>
<dependency org="org.apache.logging.log4j" name="log4j-api" rev="2.0"/>
<dependency org="org.apache.logging.log4j" name="log4j-core" rev="2.0"/>
</dependencies>
</ivy-module>