We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030380a commit fa0067cCopy full SHA for fa0067c
deps/rabbitmq_auth_backend_oauth2/app.bzl
@@ -184,7 +184,7 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
184
outs = ["test/system_SUITE.beam"],
185
app_name = "rabbitmq_auth_backend_oauth2",
186
erlc_opts = "//:test_erlc_opts",
187
- deps = ["//deps/amqp_client:erlang_app"],
+ deps = ["//deps/amqp10_common:erlang_app", "//deps/amqp_client:erlang_app"],
188
)
189
erlang_bytecode(
190
name = "test_jwks_http_app_beam",
0 commit comments