Update the samples to use Spring Boot 1.2.5
This commit is contained in:
@@ -3,7 +3,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.2.4.RELEASE'
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.2.5.RELEASE'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,12 +27,10 @@ sourceCompatibility = 1.7
|
||||
targetCompatibility = 1.7
|
||||
|
||||
dependencies {
|
||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
||||
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
compile 'org.springframework.hateoas:spring-hateoas'
|
||||
compile 'org.springframework.boot:spring-boot-starter-hateoas'
|
||||
|
||||
runtime 'com.h2database:h2'
|
||||
runtime 'org.springframework.plugin:spring-plugin-core:1.1.0.RELEASE'
|
||||
runtime 'org.atteo:evo-inflector:1.2'
|
||||
|
||||
testCompile 'com.jayway.jsonpath:json-path'
|
||||
|
||||
Reference in New Issue
Block a user