Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
8 changes: 0 additions & 8 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,6 @@ erlang_package.git_package(
repository = "michaelklishin/erlang-jose",
)

erlang_package.hex_package(
name = "json",
build_file = "@rabbitmq-server//bazel:BUILD.json",
sha256 = "9abf218dbe4ea4fcb875e087d5f904ef263d012ee5ed21d46e9dbca63f053d16",
version = "1.4.1",
)

erlang_package.hex_package(
name = "thoas",
build_file = "@rabbitmq-server//bazel:BUILD.thoas",
Expand Down Expand Up @@ -368,7 +361,6 @@ use_repo(
"getopt",
"gun",
"jose",
"json",
"observer_cli",
"prometheus",
"ranch",
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 deps/rabbitmq_cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ mix_archive_build(
archives = ["@hex//:archive"],
)

mix_archive_build(
name = "json_ez",
srcs = ["@json//:sources"],
out = "json.ez",
archives = ["@hex//:archive"],
)

# Note: All the various rabbitmq-* scripts are just copies of rabbitmqctl
rabbitmqctl(
name = "rabbitmqctl",
Expand All @@ -39,7 +32,6 @@ rabbitmqctl(
license_files = glob(["LICENSE*"]),
source_deps = {
"@csv//:sources": "csv",
"@json//:sources": "json",
},
visibility = ["//visibility:public"],
deps = [
Expand Down Expand Up @@ -109,7 +101,6 @@ plt(
],
ez_deps = [
":csv_ez",
":json_ez",
],
ignore_warnings = True,
libs = [":elixir"],
Expand Down Expand Up @@ -151,7 +142,6 @@ rabbitmqctl_test(
source_deps = {
"@amqp//:sources": "amqp",
"@csv//:sources": "csv",
"@json//:sources": "json",
"@temp//:sources": "temp",
"@x509//:sources": "x509",
},
Expand Down
1 change: 0 additions & 1 deletion deps/rabbitmq_cli/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ defmodule RabbitMQCtl.MixfileBase do
exclude: [
CSV,
CSV.Encode,
JSON,
:mnesia,
:msacc,
:observer_cli,
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