diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index 893e829a9f8a..4aa2f090ac15 100644
--- a/nifi-assembly/pom.xml
+++ b/nifi-assembly/pom.xml
@@ -1589,6 +1589,20 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-ranger-resources
1.28.1
+
+
+ net.minidev
+ json-smart
+
+
+ net.minidev
+ accessors-smart
+
+
+ org.ow2.asm
+ asm
+
+
diff --git a/nifi-registry/nifi-registry-assembly/pom.xml b/nifi-registry/nifi-registry-assembly/pom.xml
index dc8eef9cc003..de33fb863541 100644
--- a/nifi-registry/nifi-registry-assembly/pom.xml
+++ b/nifi-registry/nifi-registry-assembly/pom.xml
@@ -406,6 +406,24 @@
bin
runtime
${nifi.registry.extension.archive.type}
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ net.minidev
+ json-smart
+
+
+ net.minidev
+ accessors-smart
+
+
+ org.apache.httpcomponents
+ httpcore
+
+