Remove unnecessary 'org.springframework.boot:spring-boot-starter-jetty' runtime dependency.

This commit is contained in:
John Blum
2019-08-23 00:15:10 -07:00
parent 82881e2f73
commit ab85124b69
2 changed files with 1 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ dependencies {
compile "org.springframework.boot:spring-boot-starter-web"
runtime "org.hsqldb:hsqldb"
runtime "org.springframework.boot:spring-boot-starter-jetty"
testCompile project(":spring-geode-starter-test")