exceptionfactory commented on code in PR #6200:
URL: https://github.com/apache/nifi/pull/6200#discussion_r921087293
##########
nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml:
##########
@@ -114,6 +114,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.google.apis</groupId>
+ <artifactId>google-api-services-drive</artifactId>
+ <version>v3-rev20211107-1.32.1</version>
+ </dependency>
Review Comment:
Maven Central includes newer revisions of the driver, so it would be helpful
to use the latest version unless there is a reason for using this older
revision.
--
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]