exceptionfactory commented on code in PR #10538:
URL: https://github.com/apache/nifi/pull/10538#discussion_r2534393579
##########
nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml:
##########
@@ -63,6 +63,12 @@
<artifactId>nifi-mock-record-utils</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-framework-nar-utils</artifactId>
Review Comment:
Thanks for clarifying. In that case, this dependency should be removed and
`MockComponentLogger` should be replaced with `MockComponentLog` from
`nifi-mock` to avoid referencing framework modules in extension modules.
--
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]