slfan1989 commented on code in PR #15897:
URL: https://github.com/apache/iceberg/pull/15897#discussion_r3316269448
##########
kafka-connect/kafka-connect-runtime/main/LICENSE:
##########
@@ -538,6 +538,32 @@ License: MIT
--------------------------------------------------------------------------------
+This product bundles MSAL4J Persistence Extension.
Review Comment:
It was being pulled in transitively from `com.azure:azure-identity`.
I checked the `azure-identity` POM and it declares both `msal4j` and
`msal4j-persistence-extension` as dependencies. In this module it was coming
from the `implementation('com.azure:azure-identity')` dependency in
`kafka-connect/build.gradle`.
Since we do not use the token cache persistence APIs on this code path, I
excluded `msal4j-persistence-extension` from the runtime dependency and removed
the extra LICENSE entry.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]