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:
@@ -8,7 +8,7 @@ dependencies {
|
||||
management platform(project(":spring-statemachine-platform"))
|
||||
implementation project(':spring-statemachine-samples-common')
|
||||
implementation project(':spring-statemachine-core')
|
||||
implementation 'org.springframework.shell:spring-shell-core'
|
||||
implementation 'org.springframework.boot:spring-boot-starter'
|
||||
testImplementation(testFixtures(project(':spring-statemachine-core')))
|
||||
testImplementation (project(':spring-statemachine-test'))
|
||||
testImplementation 'org.hamcrest:hamcrest-core'
|
||||
|
||||
Reference in New Issue
Block a user