Skip to content

Commit

Permalink
Drop broker_version_requirements from rabbitmq_amqp1_0 .app file
Browse files Browse the repository at this point in the history
not necessary as it's bundled
  • Loading branch information
HoloRin committed Mar 26, 2024
1 parent 601fffb commit 9866ba6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deps/rabbitmq_amqp1_0/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ load("@rules_erlang//:xref2.bzl", "xref")
load("@rules_erlang//:dialyze.bzl", "dialyze", "plt")
load(
"//:rabbitmq.bzl",
"BROKER_VERSION_REQUIREMENTS_ANY",
"assert_suites",
"rabbitmq_app",
)
Expand All @@ -29,7 +28,6 @@ rabbitmq_app(
srcs = [":all_srcs"],
hdrs = [":public_hdrs"],
app_description = APP_DESCRIPTION,
app_extra_keys = BROKER_VERSION_REQUIREMENTS_ANY,
app_name = APP_NAME,
beam_files = [":beam_files"],
license_files = [":license_files"],
Expand Down

0 comments on commit 9866ba6

Please sign in to comment.