turcsanyip commented on PR #8863: URL: https://github.com/apache/nifi/pull/8863#issuecomment-2125113893
> Notably the grpc-api dependency is a runtime scope and the grpc-context dependency is a compile scope. I can omit these dependencies and let `google-auth-library-oauth2-http` to bring them as it wants. I mentioned in the [jira](https://issues.apache.org/jira/browse/NIFI-13268?focusedCommentId=17848662&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17848662) that I added `grpc-api` and `grpc-context` only for listing all grpc-s in the same place. Specifying `runtime` scope for `grpc-core` / `grpc-util` and keep only these entries now seems to be adequate and enough. Would it make sense? -- 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]
