Skip to content

Commit 9fefcc4

Browse files
committed
Remove rabbitmq_mqtt from DEPS (it's a TEST_DEP)
1 parent 637a2bc commit 9fefcc4

File tree

1 file changed

+1
-1
lines changed
  • deps/rabbitmq_auth_backend_oauth2

1 file changed

+1
-1
lines changed

deps/rabbitmq_auth_backend_oauth2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export BUILD_WITHOUT_QUIC
77

88
LOCAL_DEPS = inets public_key
99
BUILD_DEPS = rabbit_common rabbitmq_cli
10-
DEPS = rabbit rabbitmq_mqtt cowlib jose base64url oauth2_client
10+
DEPS = rabbit cowlib jose base64url oauth2_client
1111
TEST_DEPS = cowboy rabbitmq_web_dispatch rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client rabbitmq_mqtt rabbitmq_web_mqtt emqtt rabbitmq_amqp_client
1212

1313
PLT_APPS += rabbitmq_cli

0 commit comments

Comments
 (0)