|
|
@@ -4,7 +4,7 @@ buildscript {
|
|
4
|
4
|
mavenLocal()
|
|
5
|
5
|
}
|
|
6
|
6
|
dependencies {
|
|
7
|
|
- classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
|
|
|
7
|
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1")
|
|
8
|
8
|
}
|
|
9
|
9
|
}
|
|
10
|
10
|
|
|
|
@@ -24,7 +24,7 @@ repositories {
|
|
24
|
24
|
}
|
|
25
|
25
|
|
|
26
|
26
|
dependencies {
|
|
27
|
|
- compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6")
|
|
|
27
|
+ compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC1")
|
|
28
|
28
|
compile("com.fasterxml.jackson.core:jackson-databind")
|
|
29
|
29
|
testCompile("junit:junit:4.11")
|
|
30
|
30
|
}
|