forked from xhanin/rxinvoice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmd.restx.json
34 lines (32 loc) · 1.15 KB
/
md.restx.json
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
{
"module": "rxinvoice:rxinvoice:0.1-SNAPSHOT",
"packaging": "war",
"properties": {
"java.version": "1.7",
"restx.version": "0.33.1"
},
"dependencies": {
"compile": [
"io.restx:restx-core:${restx.version}",
"io.restx:restx-core-annotation-processor:${restx.version}",
"io.restx:restx-factory:${restx.version}",
"io.restx:restx-jongo:${restx.version}",
"io.restx:restx-factory-admin:${restx.version}",
"io.restx:restx-monitor-admin:${restx.version}",
"io.restx:restx-log-admin:${restx.version}",
"io.restx:restx-server-jetty:${restx.version}",
"io.restx:restx-apidocs:${restx.version}",
"io.restx:restx-specs-admin:${restx.version}",
"org.mindrot:jbcrypt:0.3m",
"ch.qos.logback:logback-classic:1.0.9"
],
"runtime": [
"io.restx:restx-barbarywatch:${restx.version}"
],
"test": [
"io.restx:restx-specs-tests:${restx.version}",
"io.restx:restx-jongo-specs-tests:${restx.version}",
"junit:junit:4.11"
]
}
}