diff --git a/spring-geode/spring-geode.gradle b/spring-geode/spring-geode.gradle index 3d2650ec..c1a46881 100644 --- a/spring-geode/spring-geode.gradle +++ b/spring-geode/spring-geode.gradle @@ -16,6 +16,7 @@ dependencies { testCompile "junit:junit" testCompile "org.mockito:mockito-core" testCompile "org.projectlombok:lombok" + testCompile "org.testcontainers:testcontainers" testCompile "edu.umd.cs.mtc:multithreadedtc" testCompile("org.springframework.boot:spring-boot-starter-test") {