|
2 | 2 |
|
3 | 3 | dependencies { |
4 | 4 | compile "com.google.guava:guava:18.0" |
5 | | - compile "jp.xet:baseunits:2.13" |
6 | | - compile "javax.servlet:javax.servlet-api:3.1.0" |
| 5 | + compile "jp.xet:baseunits:$baseunitsVersion" |
| 6 | + compileOnly "javax.servlet:javax.servlet-api" |
7 | 7 | compile "com.googlecode.htmlcompressor:htmlcompressor:1.5.2" |
8 | 8 |
|
9 | | - compile "javax.json:javax.json-api:1.0" |
| 9 | + compile "javax.json:javax.json-api" |
10 | 10 | compile "org.glassfish:javax.json:1.0.4" |
11 | 11 |
|
12 | 12 | compile "com.amazonaws:aws-java-sdk-dynamodb:$awsJavaSdkVersion" |
13 | 13 | compile "com.amazonaws:aws-java-sdk-sns:$awsJavaSdkVersion" |
14 | 14 |
|
15 | | - compile "org.springframework:spring-web:$springVersion" |
16 | | - compile "org.springframework:spring-webmvc:$springVersion" |
17 | | - compile "org.springframework.security:spring-security-core:$springSecurityVersion" |
18 | | - compile "org.springframework.security:spring-security-config:$springSecurityVersion" |
19 | | - compile "org.springframework.security:spring-security-web:$springSecurityVersion" |
| 15 | + compile "org.springframework:spring-web" |
| 16 | + compile "org.springframework:spring-webmvc" |
| 17 | + compile "org.springframework.security:spring-security-core" |
| 18 | + compile "org.springframework.security:spring-security-config" |
| 19 | + compile "org.springframework.security:spring-security-web" |
20 | 20 | compile "org.springframework.security.oauth:spring-security-oauth2:$springSecurityOauth2Version" |
21 | | - compile "org.springframework.retry:spring-retry:$springRetryVersion" |
22 | | - compile "org.springframework.data:spring-data-commons:$springDataVersion" |
23 | | - compile "org.springframework.data:spring-data-redis:1.7.11.RELEASE" |
| 21 | + compile "org.springframework.retry:spring-retry" |
| 22 | + compile "org.springframework.data:spring-data-commons" |
| 23 | + compile "org.springframework.data:spring-data-redis" |
24 | 24 | compile "redis.clients:jedis:2.5.2" |
25 | 25 |
|
26 | | - compile "org.springframework.boot:spring-boot-autoconfigure:1.2.5.RELEASE" |
| 26 | + compile "org.springframework.boot:spring-boot-autoconfigure" |
27 | 27 |
|
28 | 28 | compile project(":spar-wings-httpexceptions") |
29 | 29 | compile project(":spar-wings-aws-essential") |
|
0 commit comments