Commit f47b40f6 authored by Andy Wilkinson's avatar Andy Wilkinson

Use spring-boot-version for dependency versions in Gradle Jetty example

parent db8a9ec5
...@@ -546,8 +546,8 @@ Example in Gradle: ...@@ -546,8 +546,8 @@ Example in Gradle:
} }
dependencies { dependencies {
compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC3") compile("org.springframework.boot:spring-boot-starter-web:{spring-boot-version}")
compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC3") compile("org.springframework.boot:spring-boot-starter-jetty:{spring-boot-version}")
// ... // ...
} }
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment