Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson 2015-04-30 15:17:18 +01:00
commit 7e8bad09db
1 changed files with 2 additions and 2 deletions

View File

@ -623,8 +623,8 @@ Example in Gradle:
}
dependencies {
compile 'org.springframework.boot:spring-boot-starter-web:{spring-boot-version}")
compile 'org.springframework.boot:spring-boot-starter-undertow:{spring-boot-version}")
compile("org.springframework.boot:spring-boot-starter-web:{spring-boot-version}")
compile("org.springframework.boot:spring-boot-starter-undertow:{spring-boot-version}")
// ...
}
----