Remove support for Spring Loaded

Closes gh-7978
This commit is contained in:
Stephane Nicoll
2017-05-15 14:18:06 +03:00
parent 1a84d41f80
commit 2e94fd4434
9 changed files with 4 additions and 288 deletions

View File

@@ -1,7 +1,6 @@
buildscript {
ext {
springBootVersion = '2.0.0.BUILD-SNAPSHOT'
springLoadedVersion = '1.2.4.RELEASE'
}
repositories {
// NOTE: You should declare only repositories that you need here
@@ -13,7 +12,6 @@ buildscript {
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath("org.springframework:springloaded:${springLoadedVersion}")
}
}
@@ -35,6 +33,5 @@ repositories {
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-starter-thymeleaf")
compile("org.hibernate:hibernate-validator")
testCompile("org.springframework.boot:spring-boot-starter-test")
}