From 1354f731939f5f30e97e74bb6e5f7b24aa4722af Mon Sep 17 00:00:00 2001 From: Nathan Gough Date: Fri, 16 Jul 2021 17:21:55 -0400 Subject: [PATCH] NIFI-8921 - Corrected module version in nifi-websocket-processors - Removed unused module definitions in MiNiFi Maven configuration This closes #5225 Signed-off-by: David Handermann --- minifi/pom.xml | 10 ---------- .../nifi-websocket-processors/pom.xml | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/minifi/pom.xml b/minifi/pom.xml index 5bf7af70e5..76f353950b 100644 --- a/minifi/pom.xml +++ b/minifi/pom.xml @@ -79,11 +79,6 @@ limitations under the License. minifi-bootstrap 1.15.0-SNAPSHOT - - org.apache.nifi.minifi - minifi-nar-utils - 1.14.0-SNAPSHOT - org.apache.nifi.minifi minifi-utils @@ -122,11 +117,6 @@ limitations under the License. minifi-runtime 1.15.0-SNAPSHOT - - org.apache.nifi.minifi - minifi-persistent-provenance-repository - 1.14.0-SNAPSHOT - org.apache.nifi.minifi minifi-framework-api diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml index 50b2374502..35a4083f33 100644 --- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml +++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml @@ -55,7 +55,7 @@ org.apache.nifi nifi-websocket-services-jetty - 1.14.0-SNAPSHOT + 1.15.0-SNAPSHOT test