rabbitmq_stream: add ssl to PLT_APPS
This commit is contained in:
parent
97fb7d5783
commit
eb19f87dd9
|
@ -25,7 +25,7 @@ LOCAL_DEPS = ssl
|
||||||
DEPS = rabbit rabbitmq_stream_common osiris ranch
|
DEPS = rabbit rabbitmq_stream_common osiris ranch
|
||||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client amqp10_client
|
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client amqp10_client
|
||||||
|
|
||||||
PLT_APPS += rabbitmq_cli elixir
|
PLT_APPS += rabbitmq_cli elixir ssl
|
||||||
|
|
||||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||||
|
|
Loading…
Reference in New Issue