diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml
index eb1b2e949..0d0299741 100644
--- a/addons/hbase-bridge-shim/pom.xml
+++ b/addons/hbase-bridge-shim/pom.xml
@@ -54,6 +54,10 @@
javax.ws.rs
*
+
+ org.apache.commons
+ commons-text
+
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index 4ce228f7a..d28f13dc3 100644
--- a/addons/hbase-bridge/pom.xml
+++ b/addons/hbase-bridge/pom.xml
@@ -111,9 +111,23 @@
javax.servlet
servlet-api
+
+ org.apache.commons
+ commons-text
+
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-configuration2
+ ${commons-conf2.version}
+
+
org.testng
testng
@@ -212,6 +226,14 @@
javax.servlet
servlet-api
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+
diff --git a/addons/hbase-testing-util/pom.xml b/addons/hbase-testing-util/pom.xml
index 982e9c85e..af6eb8e57 100644
--- a/addons/hbase-testing-util/pom.xml
+++ b/addons/hbase-testing-util/pom.xml
@@ -97,6 +97,14 @@
junit
junit
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+
@@ -116,8 +124,22 @@
org.apache.htrace
htrace-core
+
+ org.apache.commons
+ commons-text
+
+
+ org.apache.commons
+ commons-configuration2
+
+
+
+ org.apache.commons
+ commons-configuration2
+ ${commons-conf2.version}
+
org.apache.hadoop
hadoop-minikdc
diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml
index 05ba17368..ae1b36923 100644
--- a/addons/hdfs-model/pom.xml
+++ b/addons/hdfs-model/pom.xml
@@ -46,6 +46,12 @@
org.apache.atlas
atlas-client-v1
+
+
+ org.apache.commons
+ commons-text
+
+
diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml
index 849ca2a8f..39f16ceee 100755
--- a/addons/hive-bridge-shim/pom.xml
+++ b/addons/hive-bridge-shim/pom.xml
@@ -42,6 +42,12 @@
hive-exec
${hive.version}
provided
+
+
+ org.apache.commons
+ commons-text
+
+
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 8c3636e5d..f777ca29a 100755
--- a/addons/hive-bridge/pom.xml
+++ b/addons/hive-bridge/pom.xml
@@ -152,6 +152,10 @@
org.eclipse.jetty
*
+
+ org.apache.commons
+ commons-text
+
diff --git a/addons/impala-bridge/pom.xml b/addons/impala-bridge/pom.xml
index 186251abe..a9759b36d 100644
--- a/addons/impala-bridge/pom.xml
+++ b/addons/impala-bridge/pom.xml
@@ -104,6 +104,10 @@
org.eclipse.jetty
*
+
+ org.apache.commons
+ commons-text
+
diff --git a/addons/kafka-bridge/pom.xml b/addons/kafka-bridge/pom.xml
index d3d6a12c1..da653a766 100644
--- a/addons/kafka-bridge/pom.xml
+++ b/addons/kafka-bridge/pom.xml
@@ -83,6 +83,14 @@
javax.servlet
servlet-api
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+
@@ -129,6 +137,14 @@
javax.servlet
servlet-api
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+
diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml
index 021e93f56..e970c8011 100644
--- a/addons/sqoop-bridge/pom.xml
+++ b/addons/sqoop-bridge/pom.xml
@@ -137,6 +137,10 @@
javax.servlet
servlet-api
+
+ org.apache.commons
+ commons-text
+
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index e8106afce..d6cec279b 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -77,6 +77,10 @@
org.eclipse.jetty
*
+
+ org.apache.commons
+ commons-text
+
diff --git a/atlas-examples/sample-app/pom.xml b/atlas-examples/sample-app/pom.xml
index aa3c6374f..865a8443b 100644
--- a/atlas-examples/sample-app/pom.xml
+++ b/atlas-examples/sample-app/pom.xml
@@ -38,6 +38,12 @@
org.apache.atlas
atlas-common
${project.version}
+
+
+ org.apache.commons
+ commons-text
+
+
diff --git a/client/client-v1/pom.xml b/client/client-v1/pom.xml
index 7d017cfa6..7fe5808cc 100644
--- a/client/client-v1/pom.xml
+++ b/client/client-v1/pom.xml
@@ -38,6 +38,12 @@
org.apache.atlas
atlas-common
${project.version}
+
+
+ org.apache.commons
+ commons-text
+
+
diff --git a/common/pom.xml b/common/pom.xml
index 616f66c53..2562384cb 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -57,9 +57,23 @@
org.eclipse.jetty
*
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+
+
+ org.apache.commons
+ commons-configuration2
+ ${commons-conf2.version}
+
+
org.apache.hadoop
hadoop-hdfs-client
diff --git a/distro/pom.xml b/distro/pom.xml
index 28b486c82..ed477dfbb 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -605,6 +605,12 @@ atlas.graph.storage.conf-file=${sys:atlas.home}/conf/cassandra.yml
org.apache.atlas
storm-bridge
+
+
+ org.apache.commons
+ commons-text
+
+
diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml
index 0d8acc0dc..7c6fff077 100644
--- a/graphdb/api/pom.xml
+++ b/graphdb/api/pom.xml
@@ -50,6 +50,12 @@
org.apache.tinkerpop
gremlin-core
${tinkerpop.version}
+
+
+ org.apache.commons
+ commons-configuration2
+
+
diff --git a/graphdb/janus-hbase2/pom.xml b/graphdb/janus-hbase2/pom.xml
index 883c3444e..5a813de7e 100644
--- a/graphdb/janus-hbase2/pom.xml
+++ b/graphdb/janus-hbase2/pom.xml
@@ -68,6 +68,10 @@
org.apache.tinkerpop
tinkergraph-gremlin
+
+ org.apache.commons
+ commons-configuration2
+
@@ -76,6 +80,16 @@
hadoop-common
${hadoop.version}
provided
+
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+
+
diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index 69160977f..ae156fc5a 100644
--- a/graphdb/janus/pom.xml
+++ b/graphdb/janus/pom.xml
@@ -243,6 +243,12 @@
org.apache.tinkerpop
gremlin-core
${tinkerpop.version}
+
+
+ org.apache.commons
+ commons-configuration2
+
+
diff --git a/intg/pom.xml b/intg/pom.xml
index 40031cb70..0b8c69fb3 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -55,6 +55,14 @@
io.netty
netty-transport-native-epoll
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+
diff --git a/pom.xml b/pom.xml
index 9d59fde6d..e2b313823 100644
--- a/pom.xml
+++ b/pom.xml
@@ -997,6 +997,14 @@
junit
junit
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+
diff --git a/repository/pom.xml b/repository/pom.xml
index d9488afa1..8fd744b44 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -256,6 +256,12 @@
com.opencsv
opencsv
${opencsv.version}
+
+
+ org.apache.commons
+ commons-text
+
+
diff --git a/server-api/pom.xml b/server-api/pom.xml
index e0e939e83..de311c329 100644
--- a/server-api/pom.xml
+++ b/server-api/pom.xml
@@ -48,6 +48,14 @@
org.eclipse.jetty
*
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+
diff --git a/test-tools/pom.xml b/test-tools/pom.xml
index 991fa14c9..215882d46 100644
--- a/test-tools/pom.xml
+++ b/test-tools/pom.xml
@@ -60,6 +60,14 @@
org.apache.logging.log4j
log4j-1.2-api
+
+ org.apache.commons
+ commons-text
+
+
+ org.apache.commons
+ commons-configuration2
+
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 37eeaf4bf..d6fd3fcb6 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -171,6 +171,14 @@
org.eclipse.jetty
*
+
+ org.apache.commons
+ commons-configuration2
+
+
+ org.apache.commons
+ commons-text
+