Remove unnecessary 'org.springframework.boot:spring-boot-starter-jetty' runtime dependency.
This commit is contained in:
@@ -15,7 +15,6 @@ dependencies {
|
|||||||
compile "org.springframework.boot:spring-boot-starter-web"
|
compile "org.springframework.boot:spring-boot-starter-web"
|
||||||
|
|
||||||
runtime "org.hsqldb:hsqldb"
|
runtime "org.hsqldb:hsqldb"
|
||||||
runtime "org.springframework.boot:spring-boot-starter-jetty"
|
|
||||||
|
|
||||||
testCompile project(":spring-geode-starter-test")
|
testCompile project(":spring-geode-starter-test")
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,8 @@ dependencies {
|
|||||||
|
|
||||||
compile "org.springframework.boot:spring-boot-starter-web"
|
compile "org.springframework.boot:spring-boot-starter-web"
|
||||||
|
|
||||||
runtime "org.springframework.boot:spring-boot-starter-jetty"
|
|
||||||
|
|
||||||
testCompile project(":spring-geode-starter-test")
|
testCompile project(":spring-geode-starter-test")
|
||||||
|
|
||||||
testCompile "org.springframework.boot:spring-boot-starter-test"
|
testCompile "org.springframework.boot:spring-boot-starter-test"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user