Skip to content

Commit

Permalink
OAuth 2: CLI is a build time dependency, not a runtime one
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 8, 2024
1 parent e7f82a5 commit c15f19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/rabbitmq_auth_backend_oauth2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ BUILD_WITHOUT_QUIC=1
export BUILD_WITHOUT_QUIC

LOCAL_DEPS = inets public_key
BUILD_DEPS = rabbit_common
DEPS = rabbit cowlib jose base64url oauth2_client rabbitmq_cli
BUILD_DEPS = rabbit_common rabbitmq_cli
DEPS = rabbit cowlib jose base64url oauth2_client
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 c15f19f

Please sign in to comment.