Skip to content

Commit 40dbe99

Browse files
committed
rabbitmq_web_mqtt: add ssl to PLT_APPS
1 parent d02fa68 commit 40dbe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_web_mqtt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LOCAL_DEPS = ssl
2121
DEPS = rabbit cowboy rabbitmq_mqtt
2222
TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_stomp rabbitmq_consistent_hash_exchange
2323

24-
PLT_APPS += rabbitmq_cli elixir cowlib
24+
PLT_APPS += rabbitmq_cli elixir cowlib ssl
2525

2626
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
2727
# See rabbitmq-components.mk.

0 commit comments

Comments
 (0)