Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update
Browse files Browse the repository at this point in the history
caican committed Oct 21, 2024
1 parent 7579a89 commit 9e0604e
Showing 1 changed file with 32 additions and 11 deletions.
43 changes: 32 additions & 11 deletions catalogs/catalog-lakehouse-paimon/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -46,10 +46,9 @@ dependencies {
exclude("com.sun.jersey")
exclude("javax.servlet")
exclude("org.apache.curator")
exclude("org.apache.hive")
exclude("org.apache.hbase")
exclude("org.apache.zookeeper")
exclude("org.eclipse.jetty.aggregate:jetty-all")
exclude("org.eclipse.jetty.aggregate")
exclude("org.mortbay.jetty")
exclude("org.mortbay.jetty:jetty")
exclude("org.mortbay.jetty:jetty-util")
@@ -67,18 +66,40 @@ dependencies {
exclude("org.apache.parquet:parquet-encoding")
exclude("org.apache.parquet:parquet-common")
exclude("org.apache.parquet:parquet-hadoop")
exclude("org.apache.parquet:parquet-hadoop-bundle")
exclude("org.apache.paimon:paimon-codegen-loader")
exclude("org.apache.paimon:paimon-shade-caffeine-2")
exclude("org.apache.paimon:paimon-shade-guava-30")
}
implementation(libs.hive2.metastore) {
exclude("*")
}
implementation(libs.hive2.exec) {
exclude("*")
}
implementation(libs.hive2.common) {
exclude("*")
exclude("org.apache.hive:hive-service-rpc")
exclude("org.apache.logging.log4j")
exclude("com.google.guava")
exclude("commons-lang")
exclude("org.slf4j")
exclude("org.apache.orc")
exclude("org.apache.httpcomponents")
exclude("jline")
exclude("org.eclipse.jetty.orbit")
exclude("org.apache.ant")
exclude("com.tdunning")
exclude("io.dropwizard.metrics")
exclude("com.github.joshelser")
exclude("commons-codec")
exclude("commons-cli")
exclude("tomcat")
exclude("org.apache.avro")
exclude("net.sf.opencsv")
exclude("javolution")
exclude("com.jolbox")
exclude("com.zaxxer")
exclude("org.apache.derby")
exclude("org.datanucleus")
exclude("commons-pool")
exclude("commons-dbcp")
exclude("javax.jdo")
exclude("org.antlr")
exclude("co.cask.tephra")
exclude("com.google.code.findbugs")
exclude("com.github.spotbugs")
}
implementation(libs.bundles.log4j)
implementation(libs.commons.lang3)

0 comments on commit 9e0604e

Please sign in to comment.