jbonofre commented on code in PR #519:
URL: https://github.com/apache/polaris/pull/519#discussion_r1878137233
##########
polaris-service/build.gradle.kts:
##########
@@ -41,6 +41,11 @@ dependencies {
exclude("ch.qos.reload4j", "reload4j")
exclude("log4j", "log4j")
exclude("org.apache.zookeeper", "zookeeper")
+ exclude("org.apache.hadoop.thirdparty", "hadoop-shaded-protobuf_3_25")
Review Comment:
No, the others dependencies are coming also from hadoop for ages. I exclude
these dependencies (old jersey version) because they are GPL dependencies (not
ASF compliant).
--
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]