diff --git a/build.gradle b/build.gradle index 5c204c8e..9c740cc3 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.0' classpath 'org.asciidoctor:asciidoctorj:1.5.0' classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.2' - classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.6' + classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.6' classpath 'io.spring.gradle:spring-io-plugin:0.0.4.RELEASE' } } diff --git a/src/test/java/org/springframework/data/gemfire/test/StubCache.java b/src/test/java/org/springframework/data/gemfire/test/StubCache.java index a931f258..38db3e88 100644 --- a/src/test/java/org/springframework/data/gemfire/test/StubCache.java +++ b/src/test/java/org/springframework/data/gemfire/test/StubCache.java @@ -45,7 +45,6 @@ import com.gemstone.gemfire.cache.client.ClientRegionFactory; import com.gemstone.gemfire.cache.client.ClientRegionShortcut; import com.gemstone.gemfire.cache.client.Pool; import com.gemstone.gemfire.cache.control.ResourceManager; -import com.gemstone.gemfire.cache.lucene.LuceneService; import com.gemstone.gemfire.cache.query.Index; import com.gemstone.gemfire.cache.query.IndexExistsException; import com.gemstone.gemfire.cache.query.IndexInvalidException; @@ -574,14 +573,6 @@ public class StubCache implements Cache, ClientCache { throw new UnsupportedOperationException(NOT_IMPLEMENTED); } - /* (non-Javadoc) - * @see com.gemstone.gemfire.cache.Cache#getLuceneService() - */ - @Override - public LuceneService getLuceneService() { - throw new UnsupportedOperationException(NOT_IMPLEMENTED); - } - /* (non-Javadoc) * @see com.gemstone.gemfire.cache.Cache#getMembers() */