From 01461f1a410559bd6a43c8c880bd67ba63f5c819 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 29 Sep 2022 10:06:48 -0700 Subject: [PATCH] Fix invalid declartion of the 'org.springframework.shell:spring-shell' test runtime dependency in spring-data-geode.gradle build file. Resolves #623. --- spring-data-geode/spring-data-geode.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-geode/spring-data-geode.gradle b/spring-data-geode/spring-data-geode.gradle index bbc7a33a..6bcf9bf3 100644 --- a/spring-data-geode/spring-data-geode.gradle +++ b/spring-data-geode/spring-data-geode.gradle @@ -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" }