Remove rabbitmq_mqtt from DEPS (it's a TEST_DEP)
(cherry picked from commit 9fefcc4827)
This commit is contained in:
parent
b07dcf8bf5
commit
22f1374f21
|
|
@ -7,7 +7,7 @@ export BUILD_WITHOUT_QUIC
|
|||
|
||||
LOCAL_DEPS = inets public_key
|
||||
BUILD_DEPS = rabbit_common rabbitmq_cli
|
||||
DEPS = rabbit rabbitmq_mqtt cowlib jose base64url oauth2_client
|
||||
DEPS = rabbit cowlib jose base64url oauth2_client
|
||||
TEST_DEPS = cowboy rabbitmq_web_dispatch rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client rabbitmq_mqtt rabbitmq_web_mqtt emqtt rabbitmq_amqp_client
|
||||
|
||||
PLT_APPS += rabbitmq_cli
|
||||
|
|
|
|||
Loading…
Reference in New Issue