Skip to content

Commit

Permalink
build(acl): 更新 fastjson依赖版本
Browse files Browse the repository at this point in the history
- 将 fastjson 依赖从 com_alibaba_fastjson 更新为 com_alibaba_fastjson2_fastjson2
- 此更改统一了 acl 模块中 fastjson 的使用版本

Signed-off-by: ltamber <ltamber12@gmail.com>
  • Loading branch information
ltamber committed Feb 12, 2025
1 parent 6148b89 commit e4b9cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java_library(
"//common",
"//remoting",
"//srvutil",
"@maven//:com_alibaba_fastjson",
"@maven//:com_alibaba_fastjson2_fastjson2",
"@maven//:com_github_luben_zstd_jni",
"@maven//:com_google_guava_guava",
"@maven//:com_google_protobuf_protobuf_java",
Expand All @@ -50,7 +50,7 @@ java_library(
"//:test_deps",
"//common",
"//remoting",
"@maven//:com_alibaba_fastjson",
"@maven//:com_alibaba_fastjson2_fastjson2",
"@maven//:com_google_guava_guava",
"@maven//:commons_codec_commons_codec",
"@maven//:io_netty_netty_all",
Expand Down

0 comments on commit e4b9cb0

Please # to comment.