|
@@ -4,7 +4,7 @@ buildscript {
|
4
|
4
|
mavenLocal()
|
5
|
5
|
}
|
6
|
6
|
dependencies {
|
7
|
|
- classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC2")
|
|
7
|
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC3")
|
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:1.0.0.RC2") {
|
|
27
|
+ compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC3") {
|
28
|
28
|
exclude module: "spring-boot-starter-tomcat"
|
29
|
29
|
}
|
30
|
|
- compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC2")
|
31
|
|
- compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC2")
|
|
30
|
+ compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC3")
|
|
31
|
+ compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC3")
|
32
|
32
|
testCompile("junit:junit")
|
33
|
33
|
}
|
34
|
34
|
|