-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathivy.xml
18 lines (18 loc) · 881 Bytes
/
ivy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
<info organisation="bizo.com" module="fakehttp_2.10" revision="1.3.0"/>
<configurations>
<conf name="default"/>
<conf name="test"/>
<conf name="sources"/>
<conf name="buildtime"/>
</configurations>
<publications>
<artifact name="fakehttp" type="jar" ext="jar" conf="default"/>
</publications>
<dependencies>
<dependency org="org.jboss.netty" name="netty" rev="3.2.10.Final" conf="default->default;sources->sources"/>
<dependency org="org.bouncycastle" name="bcprov-jdk16" rev="1.44" conf="default->default;sources->sources"/>
<dependency org="org.scala-lang" name="scala-library" rev="2.10.3" conf="default->default;sources->sources"/>
<dependency org="org.scala-lang" name="scala-compiler" rev="2.10.3" conf="buildtime->default"/>
</dependencies>
</ivy-module>