diff --git a/pom.xml b/pom.xml
index 842b94d9fc8..f09e9f5e6c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,12 @@
lucene-queryparser
${lucene.version}
compile
+
+
+ jakarta-regexp
+ jakarta-regexp
+
+
org.apache.lucene
@@ -103,12 +109,34 @@
${lucene.version}
compile
-
+
+
org.apache.lucene
lucene-spatial
${lucene.version}
compile
+
+ com.spatial4j
+ spatial4j
+ 0.3
+ compile
+ true
+
+
+ com.vividsolutions
+ jts
+ 1.12
+ compile
+ true
+
+
+ xerces
+ xercesImpl
+
+
+
+
@@ -183,28 +211,6 @@
-
- com.spatial4j
- spatial4j
- 0.3
- compile
- true
-
-
-
- com.vividsolutions
- jts
- 1.12
- compile
- true
-
-
- xerces
- xercesImpl
-
-
-
-
log4j
log4j
@@ -338,7 +344,8 @@
${env.ES_TEST_LOCAL}
${env.ES_TEST_COMPRESS}
${env.ES_TEST_COMPRESS}
- ${env.ES_WAIT_ON_MAPPING_CHANGE}
+ ${env.ES_WAIT_ON_MAPPING_CHANGE}
+