Skip to content

Commit c15f19f

Browse files
OAuth 2: CLI is a build time dependency, not a runtime one
1 parent e7f82a5 commit c15f19f

File tree

1 file changed

+2
-2
lines changed
  • deps/rabbitmq_auth_backend_oauth2

1 file changed

+2
-2
lines changed

deps/rabbitmq_auth_backend_oauth2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ BUILD_WITHOUT_QUIC=1
66
export BUILD_WITHOUT_QUIC
77

88
LOCAL_DEPS = inets public_key
9-
BUILD_DEPS = rabbit_common
10-
DEPS = rabbit cowlib jose base64url oauth2_client rabbitmq_cli
9+
BUILD_DEPS = rabbit_common rabbitmq_cli
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_web_mqtt emqtt rabbitmq_amqp_client
1212

1313
PLT_APPS += rabbitmqctl

0 commit comments

Comments
 (0)