Skip to content

Commit

Permalink
continue shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Sep 23, 2024
1 parent 4d9417f commit 84a4e39
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions catalogs/catalog-lakehouse-paimon/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,16 @@ dependencies {
implementation(libs.bundles.paimon) {
exclude("com.sun.jersey")
exclude("javax.servlet")
exclude("org.apache.curator")
exclude("org.apache.hive")
exclude("org.apache.hbase")
exclude("it.unimi.dsi")
exclude("org.apache.zookeeper")
exclude("org.eclipse.jetty.aggregate:jetty-all")
exclude("org.mortbay.jetty")
exclude("org.apache.parquet")
exclude("org.mortbay.jetty:jetty")
exclude("org.mortbay.jetty:jetty-util")
exclude("org.mortbay.jetty:jetty-sslengine")
exclude("org.eclipse.jetty.aggregate:jetty-all")
}
implementation(libs.hadoop2.mapreduce.client.core) {
exclude("com.sun.jersey")
exclude("javax.servlet")
exclude(group = "org.mortbay.jetty", module = "jetty-util")
exclude(group = "com.sun.jersey.contribs", module = "jersey-guice")
exclude("it.unimi.dsi")
}
implementation(libs.bundles.log4j)
implementation(libs.commons.lang3)
Expand All @@ -68,9 +63,10 @@ dependencies {
exclude("org.mortbay.jetty")
}
implementation(libs.hadoop2.hdfs) {
exclude("com.sun.jersey")
exclude("javax.servlet")
exclude("org.mortbay.jetty")
exclude("*")
}
implementation(libs.hadoop2.mapreduce.client.core) {
exclude("*")
}
annotationProcessor(libs.lombok)
compileOnly(libs.lombok)
Expand Down

0 comments on commit 84a4e39

Please sign in to comment.