Skip to content

Commit

Permalink
OAuth 2: add a missing dependency on rabbitmq_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 8, 2024
1 parent d63d70c commit e7f82a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_auth_backend_oauth2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export BUILD_WITHOUT_QUIC

LOCAL_DEPS = inets public_key
BUILD_DEPS = rabbit_common
DEPS = rabbit cowlib jose base64url oauth2_client
DEPS = rabbit cowlib jose base64url oauth2_client rabbitmq_cli
TEST_DEPS = cowboy rabbitmq_web_dispatch rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client rabbitmq_web_mqtt emqtt rabbitmq_amqp_client

PLT_APPS += rabbitmqctl
Expand Down

0 comments on commit e7f82a5

Please sign in to comment.