|
@@ -25,13 +25,13 @@ repositories {
|
25
|
25
|
|
26
|
26
|
dependencies {
|
27
|
27
|
// tag::jetty[]
|
28
|
|
- compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC3") {
|
|
28
|
+ compile("org.springframework.boot:spring-boot-starter-web") {
|
29
|
29
|
exclude module: "spring-boot-starter-tomcat"
|
30
|
30
|
}
|
31
|
|
- compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC3")
|
|
31
|
+ compile("org.springframework.boot:spring-boot-starter-jetty")
|
32
|
32
|
// end::jetty[]
|
33
|
33
|
// tag::actuator[]
|
34
|
|
- compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC3")
|
|
34
|
+ compile("org.springframework.boot:spring-boot-starter-actuator")
|
35
|
35
|
// end::actuator[]
|
36
|
36
|
testCompile("junit:junit")
|
37
|
37
|
}
|