Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#5444] fix(gcp): relocate GCP bundle jar to avoid conflict with Grav…
…itino (#5462) ### What changes were proposed in this pull request? shade `gcp` package to `org.apache.gravitino.gcp.shaded` to avoid conflict with the shaded package in Gravitino. ### Why are the changes needed? The faster XML package in GCP bundle jar is conflict with the package in Gravitino java client runtime. Fix: #5444 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? run a app to use GCP bundle to do fileset operations. Co-authored-by: FANNG <[email protected]>
- Loading branch information