Skip to content

Commit

Permalink
Shade some GCP IAM classes in gcp-bundles to avoid possible conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Jan 24, 2025
1 parent 97b61ca commit d46edeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bundles/gcp-bundle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ tasks.withType(ShadowJar::class.java) {
relocate("com.google.common", "org.apache.gravitino.gcp.shaded.com.google.common")
relocate("com.fasterxml", "org.apache.gravitino.gcp.shaded.com.fasterxml")
relocate("org.eclipse.jetty", "org.apache.gravitino.gcp.shaded.org.eclipse.jetty")
relocate("com.google.protobuf", "org.apache.gravitino.gcp.shaded.com.google.protobuf")
relocate("io.grpc", "org.apache.gravitino.gcp.shaded.io.grpc")
relocate("com.google.iam", "org.apache.gravitino.gcp.shaded.com.google.iam")
relocate("com.google.longrunning", "org.apache.gravitino.gcp.shaded.com.google.longrunning")
relocate("com.google.api", "org.apache.gravitino.gcp.shaded.com.google.api")
relocate("com.google.auth", "org.apache.gravitino.gcp.shaded.com.google.auth")
mergeServiceFiles()
}

Expand Down

0 comments on commit d46edeb

Please sign in to comment.