Skip to content

Commit bd06d8c

Browse files
author
Loïc Hoguin
committed
Fix duplicate dep in rabbitmq_auth_backend_oauth2
1 parent ba0d28c commit bd06d8c

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
@@ -6,7 +6,7 @@ BUILD_WITHOUT_QUIC=1
66
export BUILD_WITHOUT_QUIC
77

88
LOCAL_DEPS = inets public_key
9-
BUILD_DEPS = rabbit_common oauth2_client
9+
BUILD_DEPS = rabbit_common
1010
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 emqtt
1212

0 commit comments

Comments
 (0)