Skip to content

Commit

Permalink
Add cowlib to PLT_APPS for some plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Apr 29, 2024
1 parent f530c46 commit 471191b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_web_mqtt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LOCAL_DEPS = ssl
DEPS = rabbit_common rabbit cowboy rabbitmq_mqtt
TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management

PLT_APPS += rabbitmqctl elixir
PLT_APPS += rabbitmqctl elixir cowlib

# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
# See rabbitmq-components.mk.
Expand Down
2 changes: 2 additions & 0 deletions deps/rabbitmq_web_stomp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ endef
DEPS = cowboy rabbit_common rabbit rabbitmq_stomp
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers

PLT_APPS += cowlib

# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
# See rabbitmq-components.mk.
BUILD_DEPS += ranch
Expand Down

0 comments on commit 471191b

Please sign in to comment.