diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml
index b38267e5..b8b3db8b 100644
--- a/spring-data-geode/pom.xml
+++ b/spring-data-geode/pom.xml
@@ -86,77 +86,7 @@
true
-
-
- org.springframework
- spring-context-support
-
-
-
- org.springframework
- spring-tx
-
-
-
- org.springframework
- spring-web
-
-
-
-
- org.springframework.data
- spring-data-commons
- ${springdata.commons}
-
-
-
-
- antlr
- antlr
- ${antlr.version}
- runtime
-
-
-
- org.apache.shiro
- shiro-spring
- ${apache-shiro.version}
-
-
-
-
- org.aspectj
- aspectjweaver
- ${aspectj}
-
-
-
- com.fasterxml.jackson.core
- jackson-annotations
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
-
-
- ch.qos.logback
- logback-classic
- ${logback}
- test
-
-
-
- org.apache.logging.log4j
- log4j-to-slf4j
- ${log4j.version}
- test
-
-
-
@@ -194,6 +124,94 @@
+
+
+ org.springframework
+ spring-context-support
+
+
+
+ org.springframework
+ spring-tx
+
+
+
+ org.springframework
+ spring-web
+
+
+
+
+ org.springframework.data
+ spring-data-commons
+ ${springdata.commons}
+
+
+
+
+
+ antlr
+ antlr
+ ${antlr.version}
+ runtime
+
+
+
+
+ org.apache.shiro
+ shiro-spring
+ ${apache-shiro.version}
+
+
+
+
+ org.aspectj
+ aspectjweaver
+ ${aspectj}
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+
+
+ ch.qos.logback
+ logback-classic
+ ${logback}
+ test
+
+
+
+ org.apache.logging.log4j
+ log4j-to-slf4j
+ ${log4j.version}
+ test
+
+
+
+
+
+ javax.annotation
+ javax.annotation-api
+ ${javax-annotation-api}
+ test
+
+
+
+ org.apache.openwebbeans
+ openwebbeans-se
+ ${webbeans}
+ test
+
+