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


##########
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:
   The reason is helpful, but the concern is not the dependency size, as it is 
provided, but with the logical distinction between framework components and 
extension components. Under the circumstances, using String values instead of 
adding the dependency would be the best way to go.



-- 
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