Remove dependency to Spring Shell
This commit updates the samples to use Java's standard CLI utilities instead of Spring Shell. Resolves #1184
This commit is contained in:
@@ -12,7 +12,6 @@ dependencies {
|
||||
api "log4j:log4j:$log4jVersion"
|
||||
api "jakarta.persistence:jakarta.persistence-api:$jakartaPersistenceVersion"
|
||||
api "com.esotericsoftware:kryo-shaded:$kryoVersion"
|
||||
api "org.springframework.shell:spring-shell-core:$springShellVersion"
|
||||
api "org.eclipse.uml2:uml:$eclipseUml2UmlVersion"
|
||||
api "org.eclipse.uml2:types:$eclipseUml2TypesVersion"
|
||||
api "org.eclipse.uml2:common:$eclipseUml2CommonVersion"
|
||||
|
||||
@@ -10,7 +10,6 @@ description = 'Spring Statemachine BOM'
|
||||
|
||||
dependencies {
|
||||
api platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion")
|
||||
api platform("org.springframework.shell:spring-shell-dependencies:$springShellVersion")
|
||||
constraints {
|
||||
api "com.google.code.findbugs:jsr305:$findbugsVersion"
|
||||
api "com.esotericsoftware:kryo-shaded:$kryoVersion"
|
||||
|
||||
Reference in New Issue
Block a user