mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00

Jackson is a widely-used utility. User from Ant reports the jackson class is conflicted between Ray jar and user's jar. This PR shade the jackson in Ray jar to avoid the conflict. Co-authored-by: Kai Yang <kfstorm@outlook.com>
6 lines
361 B
Text
6 lines
361 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
|
|
# jackson jar is introduced in `de.ruedigermoeller:fst`. It's easy to be
|
|
# conflict with users'.
|
|
rule com.fasterxml.jackson.** io.ray.shaded.com.fasterxml.jackson.@1
|