SGF-471 - Remove unnecessary Apache Geode dependencies (gemfire-joptsimple, gemfire-json).

This commit is contained in:
John Blum
2016-02-16 19:27:03 -08:00
parent f0d5b7cf25
commit c038627b5f
3 changed files with 3 additions and 84 deletions

View File

@@ -147,10 +147,9 @@ public class GemfireRepositoryFactory extends RepositoryFactorySupport {
*/
@Override
protected QueryLookupStrategy getQueryLookupStrategy(Key key) {
return new QueryLookupStrategy() {
@Override
public RepositoryQuery resolveQuery(Method method, RepositoryMetadata metadata, NamedQueries namedQueries) {
return resolveQuery(method, metadata, null, namedQueries);
}

View File

@@ -118,10 +118,8 @@ public class GemfireRepositoryFactoryBean<T extends Repository<S, ID>, S, ID ext
*/
@Override
public void afterPropertiesSet() {
Assert.state(context != null, "GemfireMappingContext must not be null!");
super.afterPropertiesSet();
}
}