Remove unnecessary 'org.springframework.boot:spring-boot-starter-jetty' and 'org.springframework.shell:spring-shell' runtime dependencies.

This commit is contained in:
John Blum
2019-08-23 01:46:43 -07:00
parent 9b34604482
commit 4b64e46fe6

View File

@@ -17,9 +17,6 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
runtime "org.springframework.boot:spring-boot-starter-jetty"
runtime "org.springframework.shell:spring-shell"
}
bootJar {