Skip to content

Commit bdec613

Browse files
Fix dialyzer issue
1 parent 61bf3b4 commit bdec613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbitmq_auth_backend_http/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ all_srcs(name = "all_srcs")
4444
test_suite_beam_files(name = "test_suite_beam_files")
4545

4646
# gazelle:erlang_app_extra_app inets
47-
47+
# gazelle:erlang_app_extra_app public_key
4848
# gazelle:erlang_app_dep rabbit
4949

5050
rabbitmq_app(

deps/rabbitmq_auth_backend_http/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ define PROJECT_APP_EXTRA_KEYS
1818
{broker_version_requirements, []}
1919
endef
2020

21-
LOCAL_DEPS = inets
21+
LOCAL_DEPS = ssl inets crypto public_key
2222
DEPS = rabbit_common rabbit amqp_client
2323
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers cowboy
2424

0 commit comments

Comments
 (0)