Skip to content

Commit

Permalink
Remove Elixir json dep in a few more places #9926
Browse files Browse the repository at this point in the history
(cherry picked from commit d419b0a)
  • Loading branch information
michaelklishin committed Nov 16, 2023
1 parent 342af9a commit 50e1fed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ exports_files([
# gazelle:exclude deps/gun
# gazelle:exclude deps/inet_tcp_proxy
# gazelle:exclude deps/jose
# gazelle:exclude deps/json
# gazelle:exclude deps/meck
# gazelle:exclude deps/observer_cli
# gazelle:exclude deps/osiris
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ XREF_EXTRA_APP_DIRS = $(filter-out deps/rabbitmq_cli/_build/dev/lib/rabbit_commo
# protocols directly.
XREF_IGNORE = [ \
{'Elixir.CSV.Encode',impl_for,1}, \
{'Elixir.JSON.Decoder',impl_for,1}, \
{'Elixir.JSON.Encoder',impl_for,1}, \
{'Elixir.RabbitMQ.CLI.Core.DataCoercion',impl_for,1}]

# Include Elixir libraries in the Xref checks.
Expand Down
10 changes: 0 additions & 10 deletions dist.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -335,15 +335,6 @@ def source_archive(
prefix = "deps",
)

pkg_files(
name = "json-files",
srcs = [
"@json//:sources",
],
strip_prefix = "",
prefix = "deps/json",
)

pkg_files(
name = "csv-files",
srcs = [
Expand All @@ -358,7 +349,6 @@ def source_archive(
extension = extension,
srcs = [
":deps-files",
":json-files",
":csv-files",
Label("@rabbitmq-server//:root-licenses"),
],
Expand Down

0 comments on commit 50e1fed

Please sign in to comment.