Skip to content

Commit c369010

Browse files
App public_key and crypto as extra apps
So that dialyzer can find the missing functions
1 parent bdec613 commit c369010

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deps/rabbitmq_auth_backend_http/BUILD.bazel

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ rabbitmq_app(
5757
app_module = APP_MODULE,
5858
app_name = APP_NAME,
5959
beam_files = [":beam_files"],
60-
extra_apps = ["inets"],
60+
extra_apps = [
61+
"crypto",
62+
"inets",
63+
"ssl",
64+
"public_key",
65+
],
6166
license_files = [":license_files"],
6267
priv = [":priv"],
6368
deps = [

0 commit comments

Comments
 (0)