diff --git a/catalogs/catalog-lakehouse-paimon/build.gradle.kts b/catalogs/catalog-lakehouse-paimon/build.gradle.kts index 3f229bfe709..ee162b7723a 100644 --- a/catalogs/catalog-lakehouse-paimon/build.gradle.kts +++ b/catalogs/catalog-lakehouse-paimon/build.gradle.kts @@ -60,6 +60,8 @@ dependencies { exclude("com.github.spotbugs") exclude("com.sun.jersey") exclude("javax.servlet") + exclude("org.apache.curator") + exclude("org.apache.zookeeper") exclude("org.mortbay.jetty") } implementation(libs.hadoop2.hdfs) {