From 8b47df0c6c69fce5b103d7789e3b5572f535ad70 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Wed, 14 Jan 2026 13:53:15 -0500 Subject: [PATCH] MLE-24826 Excluding io.netty from marklogic-data-hub Also correctly identifying NiFi dependencies as provided, as they should not be included in the connector jar --- nifi-marklogic-processors/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nifi-marklogic-processors/pom.xml b/nifi-marklogic-processors/pom.xml index f4c041368ab5..12918811079c 100644 --- a/nifi-marklogic-processors/pom.xml +++ b/nifi-marklogic-processors/pom.xml @@ -39,6 +39,7 @@ org.apache.nifi nifi-utils ${nifi.version} + provided com.marklogic @@ -49,16 +50,26 @@ com.marklogic marklogic-data-hub 6.2.1 + + + + io.netty + * + + org.apache.nifi nifi-record-serialization-service-api ${nifi.version} + provided org.apache.nifi nifi-record ${nifi.version} + provided com.google.code.gson