mosermw commented on code in PR #9685:
URL: https://github.com/apache/nifi/pull/9685#discussion_r1941853123


##########
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml:
##########
@@ -23,7 +23,13 @@
     <artifactId>nifi-standard-rules</artifactId>
     <packaging>jar</packaging>
 
-    <dependencies />
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-framework-api</artifactId>
+            <scope>provided</scope>

Review Comment:
   I looked into this, too, @exceptionfactory.  I found that the 
org.apache.nifi.controller.queue.LoadBalanceStrategy and 
org.apache.nifi.controller.queue.LoadBalanceCompression classes used in this 
rule are located in nifi-framework-api.
   
   Oh, and nifi-framework-api.jar is located in the nifi/lib dir.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to