Fix invalid declartion of the 'org.springframework.shell:spring-shell' test runtime dependency in spring-data-geode.gradle build file.

Resolves #623.
This commit is contained in:
John Blum
2022-09-29 10:06:48 -07:00
parent 7294ad4ba0
commit 01461f1a41

View File

@@ -65,7 +65,7 @@ dependencies {
testRuntimeOnly "org.apache.logging.log4j:log4j-to-slf4j"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine"
testRuntimeOnly "org.iq80.snappy:snappy"
testRuntimeOnly "org.springframeork.shell:spring-shell"
testRuntimeOnly "org.springframework.shell:spring-shell"
}