diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index ca190edd7bc..bec84750aa3 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -40,7 +40,7 @@
5.14.1
1.12.20
1.9.4
- 1.10
+ 2.12.0
2.11.0
2.6
3.12.0
@@ -319,9 +319,9 @@
- commons-configuration
- commons-configuration
- ${commons-configuration.version}
+ org.apache.commons
+ commons-configuration2
+ ${commons-configuration2.version}
diff --git a/foundations/foundation-config/pom.xml b/foundations/foundation-config/pom.xml
index 144203de616..6f6dfc93252 100644
--- a/foundations/foundation-config/pom.xml
+++ b/foundations/foundation-config/pom.xml
@@ -44,8 +44,8 @@
archaius-core
- commons-configuration
- commons-configuration
+ org.apache.commons
+ commons-configuration2
org.yaml
diff --git a/foundations/foundation-ssl/pom.xml b/foundations/foundation-ssl/pom.xml
index b5802336d3d..7f94de164e4 100644
--- a/foundations/foundation-ssl/pom.xml
+++ b/foundations/foundation-ssl/pom.xml
@@ -32,8 +32,8 @@
archaius-core
- commons-configuration
- commons-configuration
+ org.apache.commons
+ commons-configuration2
org.slf4j
diff --git a/foundations/foundation-test-scaffolding/pom.xml b/foundations/foundation-test-scaffolding/pom.xml
index f07b0059cbd..c6ed40702cc 100644
--- a/foundations/foundation-test-scaffolding/pom.xml
+++ b/foundations/foundation-test-scaffolding/pom.xml
@@ -36,8 +36,8 @@
archaius-core
- commons-configuration
- commons-configuration
+ org.apache.commons
+ commons-configuration2
compile