forked from stephenh/fakehttp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivy.xml
18 lines (18 loc) · 872 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" revision="1.2.rc8"/>
<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.1.3.GA" 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.9.1" conf="default->default;sources->sources"/>
<dependency org="org.scala-lang" name="scala-compiler" rev="2.9.1" conf="buildtime->default"/>
</dependencies>
</ivy-module>