diff --git a/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle b/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle index 9ec46837..3282a546 100644 --- a/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle +++ b/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle @@ -17,7 +17,7 @@ dependencies { testCompile "edu.umd.cs.mtc:multithreadedtc" testCompile("org.springframework.boot:spring-boot-starter-test") { - exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"; + exclude group: "org.springframework.boot", module: "spring-boot-starter-logging" } testCompile "org.springframework.data:spring-data-geode-test" diff --git a/spring-geode/spring-geode.gradle b/spring-geode/spring-geode.gradle index d6696233..cc5b49ac 100644 --- a/spring-geode/spring-geode.gradle +++ b/spring-geode/spring-geode.gradle @@ -9,7 +9,7 @@ dependencies { compile "org.springframework.data:spring-data-geode" compile("org.springframework.boot:spring-boot-starter") { - exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"; + exclude group: "org.springframework.boot", module: "spring-boot-starter-logging" } testCompile "org.assertj:assertj-core" @@ -19,7 +19,7 @@ dependencies { testCompile "edu.umd.cs.mtc:multithreadedtc" testCompile("org.springframework.boot:spring-boot-starter-test") { - exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"; + exclude group: "org.springframework.boot", module: "spring-boot-starter-logging" } testCompile "org.springframework.data:spring-data-geode-test"