forked from xhanin/rtdm-srv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmd.restx.json
33 lines (32 loc) · 1.23 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
{
"module": "rtdm:rtdm:0.1-SNAPSHOT",
"packaging": "war",
"properties": {
"java.version": "1.8",
"restx.version": "0.32"
},
"dependencies": {
"compile": [
"io.restx:restx-core:${restx.version}",
"io.restx:restx-security-basic:${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-barbarywatch:${restx.version}",
"io.restx:restx-server-jetty:${restx.version}",
"io.restx:restx-apidocs:${restx.version}",
"io.restx:restx-specs-admin:${restx.version}",
"io.restx:restx-admin:${restx.version}",
"com.rabbitmq:amqp-client:3.3.1",
"ch.qos.logback:logback-classic:1.0.13"
],
"test": [
"io.restx:restx-specs-tests:${restx.version}",
"io.restx:restx-jongo-specs-tests:${restx.version}",
"junit:junit:4.11"
]
}
}