Github user zenfenan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2765#discussion_r193611711
--- Diff: nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml ---
@@ -45,6 +45,11 @@
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>1.3.9-1</version>
- </dependency>
+ </dependency>
--- End diff --
@MikeThomsen Can you please add a `To-do` here explaining that it is an
workaround because of a transitive dependency issue. Ideally once the
`google-auth-library-oauth2-http` is updated to a version that brings updated
jackson artifacts, we can remove this.
---