Remove unnecessary runtime dependency on 'org.springframework.shell:spring-shell'.
The 'org.springframework.shell:spring-shell' lib is already transitively pulled as a runtime dependency in by the 'org.springframework.geode:spring-geode' dependency.
This commit is contained in:
@@ -16,8 +16,6 @@ dependencies {
|
||||
|
||||
compile "org.springframework.data:spring-data-geode-test"
|
||||
|
||||
runtime "org.springframework.shell:spring-shell"
|
||||
|
||||
runtime ("org.springframework.boot:spring-boot-starter-jetty") {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||
}
|
||||
|
||||
@@ -22,7 +22,6 @@ dependencies {
|
||||
|
||||
runtime "javax.cache:cache-api"
|
||||
runtime "org.hsqldb:hsqldb"
|
||||
runtime "org.springframework.shell:spring-shell"
|
||||
|
||||
runtime ("org.springframework.boot:spring-boot-starter-jetty") {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||
|
||||
@@ -11,7 +11,6 @@ dependencies {
|
||||
}
|
||||
|
||||
runtime "javax.cache:cache-api"
|
||||
runtime "org.springframework.shell:spring-shell"
|
||||
|
||||
runtime ("org.springframework.boot:spring-boot-starter-jetty") {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||
|
||||
@@ -19,7 +19,6 @@ dependencies {
|
||||
}
|
||||
|
||||
runtime "javax.cache:cache-api"
|
||||
runtime "org.springframework.shell:spring-shell"
|
||||
|
||||
runtime("org.springframework.boot:spring-boot-starter-jetty") {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||
|
||||
Reference in New Issue
Block a user