mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

These dependencies are widely used: - com.google.common - com.google.protobuf - com.google.thirdparty So that we need to shade them to avoid being conflict with jars introduced by user. In this PR, we introduce a `bazel_jar_jar` rule for doing these and also shade them in maven pom files.
3 lines
195 B
Text
3 lines
195 B
Text
rule com.google.common.** io.ray.shaded.com.google.common.@1
|
|
rule com.google.protobuf.** io.ray.shaded.com.google.protobuf.@1
|
|
rule com.google.thirdparty.** io.ray.shaded.com.google.thirdparty.@1
|