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