exceptionfactory commented on code in PR #10313:
URL: https://github.com/apache/nifi/pull/10313#discussion_r2355884914
##########
nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/pom.xml:
##########
@@ -91,5 +96,21 @@
<artifactId>nifi-proxy-configuration-api</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-oauth2-provider-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-standard-processors</artifactId>
Review Comment:
Adding `nifi-standard-processors` even as a test dependency is concerning in
terms of coupling. Although `ExecuteSQLRecord` is convenient, I don't recommend
building a test against it in this scenario.
--
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]