forked from xhanin/rxinvoice
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.ivy
34 lines (34 loc) · 2.04 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
<ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
<info organisation="rxinvoice" module="rxinvoice" 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.33.1" conf="default" />
<dependency org="io.restx" name="restx-core-annotation-processor" rev="0.33.1" conf="default" />
<dependency org="io.restx" name="restx-factory" rev="0.33.1" conf="default" />
<dependency org="io.restx" name="restx-jongo" rev="0.33.1" conf="default" />
<dependency org="io.restx" name="restx-factory-admin" rev="0.33.1" conf="default" />
<dependency org="io.restx" name="restx-monitor-admin" rev="0.33.1" conf="default" />
<dependency org="io.restx" name="restx-log-admin" rev="0.33.1" conf="default" />
<dependency org="io.restx" name="restx-server-jetty" rev="0.33.1" conf="default" />
<dependency org="io.restx" name="restx-apidocs" rev="0.33.1" conf="default" />
<dependency org="io.restx" name="restx-specs-admin" rev="0.33.1" conf="default" />
<dependency org="org.mindrot" name="jbcrypt" rev="0.3m" conf="default" />
<dependency org="ch.qos.logback" name="logback-classic" rev="1.0.9" conf="default" />
<dependency org="io.restx" name="restx-barbarywatch" rev="0.33.1" conf="runtime->default" />
<dependency org="io.restx" name="restx-specs-tests" rev="0.33.1" conf="test->default" />
<dependency org="io.restx" name="restx-jongo-specs-tests" rev="0.33.1" conf="test->default" />
<dependency org="junit" name="junit" rev="4.11" conf="test->default" />
</dependencies>
</ivy-module>