diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml
index 9f49fa24a..ab4c353dd 100644
--- a/org.hl7.fhir.r4b/pom.xml
+++ b/org.hl7.fhir.r4b/pom.xml
@@ -34,6 +34,13 @@
+
+
+ org.apache.commons
+ commons-lang3
+ true
+
+
org.fhir
diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml
index e0927d747..cff156f64 100644
--- a/org.hl7.fhir.r5/pom.xml
+++ b/org.hl7.fhir.r5/pom.xml
@@ -57,6 +57,12 @@
true
+
+
+ org.apache.commons
+ commons-lang3
+ true
+
org.apache.poi
diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml
index 081ac9e56..ba9ad2713 100644
--- a/org.hl7.fhir.validation.cli/pom.xml
+++ b/org.hl7.fhir.validation.cli/pom.xml
@@ -273,6 +273,10 @@
org.fhir
ucum
+
+ org.apache.commons
+ commons-lang3
+
org.ogce
xpp3
diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml
index 8f36b1459..e9c98f7fa 100644
--- a/org.hl7.fhir.validation/pom.xml
+++ b/org.hl7.fhir.validation/pom.xml
@@ -100,6 +100,12 @@
test
+
+
+ org.apache.commons
+ commons-lang3
+ true
+
org.apache.commons
commons-compress
diff --git a/pom.xml b/pom.xml
index dae54c9d0..57ab73155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,7 @@
pom
+ 3.17.0
1.27.1
2.17.0
32.0.1-jre
@@ -136,6 +137,12 @@
commonmark-ext-gfm-tables
0.21.0
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons_lang3_version}
+
org.apache.commons
commons-compress