File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ LOCAL_DEPS = ssl
47
47
DEPS = ranch rabbit_common rabbit ra amqp10_common
48
48
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_web_mqtt amqp_client rabbitmq_consistent_hash_exchange rabbitmq_amqp_client rabbitmq_stomp rabbitmq_stream
49
49
50
- PLT_APPS += rabbitmqctl
50
+ PLT_APPS += rabbitmqctl elixir
51
51
52
52
dep_ct_helper = git https://github.com/extend/ct_helper.git master
53
53
dep_emqtt = git https://github.com/rabbitmq/emqtt.git master
Original file line number Diff line number Diff line change 33
33
DEPS = ranch rabbit_common rabbit amqp_client
34
34
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
35
35
36
- PLT_APPS += rabbitmqctl
36
+ PLT_APPS += rabbitmqctl elixir
37
37
38
38
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
39
39
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ LOCAL_DEPS = ssl
25
25
DEPS = rabbit rabbitmq_stream_common osiris ranch
26
26
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client amqp10_client
27
27
28
- PLT_APPS += rabbitmqctl
28
+ PLT_APPS += rabbitmqctl elixir
29
29
30
30
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
31
31
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ LOCAL_DEPS = ssl
21
21
DEPS = rabbit_common rabbit cowboy rabbitmq_mqtt
22
22
TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management
23
23
24
- PLT_APPS += rabbitmqctl
24
+ PLT_APPS += rabbitmqctl elixir
25
25
26
26
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
27
27
# See rabbitmq-components.mk.
You can’t perform that action at this time.
0 commit comments