diff --git a/authorizations/authorization-ranger/build.gradle.kts b/authorizations/authorization-ranger/build.gradle.kts index 0eeb6c4fb5b..f83aee72c54 100644 --- a/authorizations/authorization-ranger/build.gradle.kts +++ b/authorizations/authorization-ranger/build.gradle.kts @@ -133,7 +133,7 @@ tasks.test { doFirst { environment("HADOOP_USER_NAME", "gravitino") } - dependsOn(":catalogs:catalog-hive:jar", ":catalogs:catalog-hive:runtimeJars") + dependsOn(":catalogs:catalog-hive:jar", ":catalogs:catalog-hive:runtimeJars", ":catalogs:catalog-lakehouse-iceberg:jar", ":catalogs:catalog-lakehouse-iceberg:runtimeJars", ":catalogs:catalog-lakehouse-paimon:jar", ":catalogs:catalog-lakehouse-paimon:runtimeJars") val skipITs = project.hasProperty("skipITs") if (skipITs) {