From a0c8cb1419a83c927cb66605bde5722388648b6e Mon Sep 17 00:00:00 2001 From: "p.zindyaev" Date: Wed, 10 Jun 2026 09:23:16 +0300 Subject: [PATCH] fix: missing libs in nifi and registry assembly --- nifi-assembly/pom.xml | 14 ++++++++++++++ nifi-registry/nifi-registry-assembly/pom.xml | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) 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 + +