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 61bf3b4 commit bdec613Copy full SHA for bdec613
deps/rabbitmq_auth_backend_http/BUILD.bazel
@@ -44,7 +44,7 @@ all_srcs(name = "all_srcs")
44
test_suite_beam_files(name = "test_suite_beam_files")
45
46
# gazelle:erlang_app_extra_app inets
47
-
+# gazelle:erlang_app_extra_app public_key
48
# gazelle:erlang_app_dep rabbit
49
50
rabbitmq_app(
deps/rabbitmq_auth_backend_http/Makefile
@@ -18,7 +18,7 @@ define PROJECT_APP_EXTRA_KEYS
18
{broker_version_requirements, []}
19
endef
20
21
-LOCAL_DEPS = inets
+LOCAL_DEPS = ssl inets crypto public_key
22
DEPS = rabbit_common rabbit amqp_client
23
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers cowboy
24
0 commit comments