|
|
@@ -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.M5")
|
|
|
7
|
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
|
|
8
|
8
|
}
|
|
9
|
9
|
}
|
|
10
|
10
|
|
|
|
@@ -24,11 +24,11 @@ repositories {
|
|
24
|
24
|
}
|
|
25
|
25
|
|
|
26
|
26
|
dependencies {
|
|
27
|
|
- compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M5") {
|
|
|
27
|
+ compile("org.springframework.boot:spring-boot-starter-web:0.5.0.M6") {
|
|
28
|
28
|
exclude module: "spring-boot-starter-tomcat"
|
|
29
|
29
|
}
|
|
30
|
|
- compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M5")
|
|
31
|
|
- compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M5")
|
|
|
30
|
+ compile("org.springframework.boot:spring-boot-starter-jetty:0.5.0.M6")
|
|
|
31
|
+ compile("org.springframework.boot:spring-boot-starter-actuator:0.5.0.M6")
|
|
32
|
32
|
testCompile("junit:junit:4.11")
|
|
33
|
33
|
}
|
|
34
|
34
|
|