diff --git a/pom.xml b/pom.xml
index 7e6ba106..73fd79c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
2.7.7
1.0.0-incubating-SNAPSHOT
1.01
- 1.12.0.BUILD-SNAPSHOT
+ 1.11.2.RELEASE
@@ -148,84 +148,6 @@
-
- org.apache.geode
- gemfire-joptsimple
- ${gemfire.version}
-
-
- org.springframework
- spring-aop
-
-
- org.springframework
- spring-beans
-
-
- org.springframework
- spring-context
-
-
- org.springframework
- spring-context-support
-
-
- org.springframework
- spring-expression
-
-
- org.springframework
- spring-tx
-
-
- org.springframework
- spring-web
-
-
- org.springframework
- spring-webmvc
-
-
-
-
- org.apache.geode
- gemfire-json
- ${gemfire.version}
-
-
- org.springframework
- spring-aop
-
-
- org.springframework
- spring-beans
-
-
- org.springframework
- spring-context
-
-
- org.springframework
- spring-context-support
-
-
- org.springframework
- spring-expression
-
-
- org.springframework
- spring-tx
-
-
- org.springframework
- spring-web
-
-
- org.springframework
- spring-webmvc
-
-
-
antlr
diff --git a/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactory.java b/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactory.java
index 58965b1f..487f47f3 100644
--- a/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactory.java
+++ b/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactory.java
@@ -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);
}
diff --git a/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBean.java b/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBean.java
index 18263967..e9ce648e 100644
--- a/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBean.java
+++ b/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBean.java
@@ -118,10 +118,8 @@ public class GemfireRepositoryFactoryBean, S, ID ext
*/
@Override
public void afterPropertiesSet() {
-
-
Assert.state(context != null, "GemfireMappingContext must not be null!");
-
super.afterPropertiesSet();
}
+
}