Undo the Bazel-related change from #12696
(cherry picked from commit a66c926985
)
This commit is contained in:
parent
673826425a
commit
961e5c5a21
|
@ -30,7 +30,6 @@ rabbitmq_app(
|
|||
app_description = APP_DESCRIPTION,
|
||||
app_name = APP_NAME,
|
||||
beam_files = [":beam_files"],
|
||||
extra_apps = ["rabbit"],
|
||||
license_files = [":license_files"],
|
||||
priv = [":priv"],
|
||||
deps = [
|
||||
|
|
|
@ -33,7 +33,6 @@ rabbitmq_app(
|
|||
hdrs = [":public_hdrs"],
|
||||
app_name = "rabbitmq_ct_client_helpers",
|
||||
beam_files = [":beam_files"],
|
||||
extra_apps = ["rabbit_common"],
|
||||
license_files = [":license_files"],
|
||||
priv = [":priv"],
|
||||
deps = [
|
||||
|
|
|
@ -39,7 +39,6 @@ rabbitmq_app(
|
|||
hdrs = [":public_hdrs"],
|
||||
app_name = "rabbitmq_ct_helpers",
|
||||
beam_files = [":beam_files"],
|
||||
extra_apps = ["inet_tcp_proxy"],
|
||||
license_files = [":license_files"],
|
||||
priv = [":priv"],
|
||||
deps = [
|
||||
|
|
Loading…
Reference in New Issue