Skip to content

Commit

Permalink
[#5671] fix(auth): Auth IT should add Iceberg and Paimon dependency (#…
Browse files Browse the repository at this point in the history
…5672)

### What changes were proposed in this pull request?

Auth IT should add Iceberg and Paimon dependency

### Why are the changes needed?

Fix: #5671 

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

I run the command `./gradlew clean` and run `RangerPaimonE2EIT` locally.
  • Loading branch information
jerqi authored Nov 27, 2024
1 parent d8b4407 commit 93b623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authorizations/authorization-ranger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 93b623b

Please sign in to comment.