-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.xml
More file actions
36 lines (25 loc) · 1.44 KB
/
Copy pathivy.xml
File metadata and controls
36 lines (25 loc) · 1.44 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
35
36
<?xml version="1.0" encoding="ISO-8859-1"?>
<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="com.bobsgame"
module="shared"
status="integration">
</info>
<dependencies>
<!-- bobnet -->
<dependency org="com.google.code.gson" name="gson" rev="latest.integration" />
<dependency org="com.googlecode.soundlibs" name="jorbis" rev="latest.integration" />
<dependency org="org.slf4j" name="slf4j-api" rev="1.7.25" />
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.7.25" conf="default->runtime" />
<dependency org="org.slf4j" name="log4j-over-slf4j" rev="1.7.25" conf="default->runtime" />
<dependency org="ch.qos.logback" name="logback-classic" rev="latest.integration" conf="*->master" />
<dependency org="ch.qos.logback" name="logback-core" rev="latest.integration" conf="*->master" />
<dependency org="log4j" name="log4j" rev="latest.integration" conf="default->runtime" />
<dependency org="commons-logging" name="commons-logging" rev="latest.integration" conf="default->runtime" />
<dependency org="org.apache.commons" name="commons-compress" rev="latest.integration" />
<dependency org="commons-codec" name="commons-codec" rev="latest.integration" />
<dependency org="commons-io" name="commons-io" rev="latest.integration"/>
<dependency org="io.netty" name="netty" rev="3.10.6.Final" />
</dependencies>
</ivy-module>