diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
index 907deb9e56..e2634f1fec 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
@@ -193,13 +193,6 @@
org.apache.commons
commons-dbcp2
- 2.7.0
-
-
- commons-logging
- commons-logging
-
-
org.slf4j
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
index b3d25e8545..2126ce4623 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
@@ -292,13 +292,6 @@
org.apache.commons
commons-dbcp2
- 2.7.0
-
-
- commons-logging
- commons-logging
-
-
org.slf4j
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-processors/pom.xml
index 4c7f47c1fe..cf1ff0fd0b 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-processors/pom.xml
@@ -201,13 +201,6 @@
org.apache.commons
commons-dbcp2
- 2.7.0
-
-
- commons-logging
- commons-logging
-
-
org.slf4j
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
index 8db6d80b7c..fffcd56c8e 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
@@ -90,13 +90,6 @@
org.apache.commons
commons-dbcp2
- 2.7.0
-
-
- commons-logging
- commons-logging
-
-
org.slf4j
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
index 9fb8b3b570..a85d8afb98 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
@@ -63,13 +63,6 @@
org.apache.commons
commons-dbcp2
- 2.7.0
-
-
- commons-logging
- commons-logging
-
-
diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml
index 1df96814ef..415cd1513a 100755
--- a/nifi-nar-bundles/pom.xml
+++ b/nifi-nar-bundles/pom.xml
@@ -23,6 +23,9 @@
org.apache.nifi
nifi-nar-bundles
pom
+
+ 2.9.0
+
nifi-framework-bundle
nifi-hadoop-bundle
@@ -342,6 +345,18 @@
1.16.0-SNAPSHOT
provided
+
+
+ org.apache.commons
+ commons-dbcp2
+ ${commons.dbcp2.version}
+
+
+ commons-logging
+ commons-logging
+
+
+