exceptionfactory commented on code in PR #9685:
URL: https://github.com/apache/nifi/pull/9685#discussion_r1941860052
##########
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:
@mosermw, although those classes are available at that level, general usage
is restricted to components that implement framework-level interfaces. This
seems like a pattern to avoid for Flow Analysis Rules, as these implement
`nifi-api` interfaces as opposed to `nifi-framework-api` interfaces.
--
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]