From 675ea6611c3e941df05f88dacb6c691bd9712206 Mon Sep 17 00:00:00 2001 From: joewitt Date: Mon, 15 Dec 2014 05:53:03 -0500 Subject: [PATCH] NIFI-169 Fixed classpath issue affecting startup --- nar-bundles/framework-bundle/framework/runtime/pom.xml | 2 ++ .../framework-bundle/framework/web/nifi-jetty/pom.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/nar-bundles/framework-bundle/framework/runtime/pom.xml b/nar-bundles/framework-bundle/framework/runtime/pom.xml index e1937293e8..defa994204 100644 --- a/nar-bundles/framework-bundle/framework/runtime/pom.xml +++ b/nar-bundles/framework-bundle/framework/runtime/pom.xml @@ -27,10 +27,12 @@ org.apache.nifi nifi-nar + compile org.apache.nifi nifi-properties + compile org.slf4j diff --git a/nar-bundles/framework-bundle/framework/web/nifi-jetty/pom.xml b/nar-bundles/framework-bundle/framework/web/nifi-jetty/pom.xml index 3cdeb07a64..f8964790fc 100644 --- a/nar-bundles/framework-bundle/framework/web/nifi-jetty/pom.xml +++ b/nar-bundles/framework-bundle/framework/web/nifi-jetty/pom.xml @@ -40,6 +40,11 @@ nifi-nar compile + + org.apache.nifi + nifi-properties + compile + org.apache.nifi nifi-security