-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmd.restx.json
31 lines (29 loc) · 1.1 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
{
"module": "io.restx:restx-samples-beersample:0.1-SNAPSHOT",
"packaging": "war",
"properties": {
"java.version": "1.7",
"restx.version": "0.2.9.2"
},
"dependencies": {
"compile": [
"com.couchbase.client:couchbase-client:1.2.2",
"io.restx:restx-security-basic:${restx.version}",
"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-factory-admin:${restx.version}",
"io.restx:restx-monitor-admin:${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}",
"ch.qos.logback:logback-classic:1.0.9"
],
"test": [
"io.restx:restx-specs-tests:${restx.version}",
"junit:junit:4.11"
]
}
}