We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f530c46 commit 471191bCopy full SHA for 471191b
deps/rabbitmq_web_mqtt/Makefile
@@ -21,7 +21,7 @@ LOCAL_DEPS = ssl
21
DEPS = rabbit_common rabbit cowboy rabbitmq_mqtt
22
TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management
23
24
-PLT_APPS += rabbitmqctl elixir
+PLT_APPS += rabbitmqctl elixir cowlib
25
26
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
27
# See rabbitmq-components.mk.
deps/rabbitmq_web_stomp/Makefile
@@ -22,6 +22,8 @@ endef
DEPS = cowboy rabbit_common rabbit rabbitmq_stomp
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
+PLT_APPS += cowlib
+
28
29
BUILD_DEPS += ranch
0 commit comments