yuqi1129 commented on code in PR #4521:
URL: https://github.com/apache/gravitino/pull/4521#discussion_r1728862878
##########
catalogs/catalog-jdbc-doris/build.gradle.kts:
##########
@@ -61,7 +65,11 @@ tasks {
}
val copyCatalogLibs by registering(Copy::class) {
dependsOn("jar", "runtimeJars")
- from("build/libs")
+ from("build/libs") {
+ exclude("guava-*.jar")
+ exclude("log4j-*.jar")
+ exclude("slf4j-*.jar")
+ }
Review Comment:
Those jars already exist in the server class path, duplicated jars are
useless.
--
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]