-
Notifications
You must be signed in to change notification settings - Fork 4
/
module.ivy
35 lines (35 loc) · 2.12 KB
/
module.ivy
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
<ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
<info organisation="hello" module="hello" revision="0.1" status="integration">
<ea:build organisation="org.apache.easyant.buildtypes" module="build-webapp-java" revision="0.9"
compile.java.source.version="1.7"
compile.java.target.version="1.7"
/>
</info>
<configurations>
<conf name="default"/>
<conf name="runtime"/>
<conf name="test"/>
</configurations>
<publications>
<artifact type="war"/>
</publications>
<dependencies>
<dependency org="io.restx" name="restx-core" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-security-basic" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-core-annotation-processor" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-factory" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-factory-admin" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-monitor-codahale" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-monitor-admin" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-log-admin" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-i18n-admin" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-stats-admin" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-server-jetty" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-apidocs" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-specs-admin" rev="0.34.1" conf="default" />
<dependency org="io.restx" name="restx-admin" rev="0.34.1" conf="default" />
<dependency org="ch.qos.logback" name="logback-classic" rev="1.0.13" conf="default" />
<dependency org="io.restx" name="restx-specs-tests" rev="0.34.1" conf="test->default" />
<dependency org="junit" name="junit" rev="4.11" conf="test->default" />
</dependencies>
</ivy-module>