nastra commented on a change in pull request #2826:
URL: https://github.com/apache/iceberg/pull/2826#discussion_r707979771
##########
File path: build.gradle
##########
@@ -1219,6 +1336,15 @@ project(':iceberg-spark3-runtime') {
// relocate Antlr runtime and related deps to shade Iceberg specific
version
relocate 'org.antlr.v4.runtime',
'org.apache.iceberg.shaded.org.antlr.v4.runtime'
+ dependencies {
+ exclude 'org/antlr/runtime/**/*'
+ exclude 'org/abego/treelayout/**/*'
+ exclude 'com/ibm/icu/**/*'
+ exclude 'javax/json/**/*'
+ exclude 'org/glassfish/**/*'
+ exclude 'org/stringtemplate/**/*'
+ }
Review comment:
oh you're totally right. I moved stuff to the exclude list of the
`implementation` configuration and we're getting the same results
--
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]