From 283adafe4c4386e106f12a2f7fc888b9876eb6e6 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Mon, 6 May 2024 12:17:19 -0400 Subject: [PATCH] jose dependency belongs to rabbitmq-components.mk and not oauth2_client or the OAuth 2 plugin. Pair: Rin Kuryloski (cherry picked from commit ef3888220a6272808d7699dcb829c7cd1715e1e3) Conflicts: rabbitmq-components.mk --- deps/rabbitmq_auth_backend_oauth2/Makefile | 1 - rabbitmq-components.mk | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_auth_backend_oauth2/Makefile b/deps/rabbitmq_auth_backend_oauth2/Makefile index d262845f2cd4..283219167771 100644 --- a/deps/rabbitmq_auth_backend_oauth2/Makefile +++ b/deps/rabbitmq_auth_backend_oauth2/Makefile @@ -15,7 +15,6 @@ PLT_APPS += rabbitmqctl DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk -dep_jose = git https://github.com/michaelklishin/erlang-jose mk-thoas-support dep_base64url = hex 1.0.1 dep_emqtt = git https://github.com/rabbitmq/emqtt.git master diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index a6dea86fe220..4b8180f9e72e 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -118,6 +118,7 @@ dep_cowlib = hex 2.13.0 dep_credentials_obfuscation = hex 3.4.0 dep_cuttlefish = hex 3.1.0 dep_gen_batch_server = hex 0.8.8 +dep_jose = git https://github.com/michaelklishin/erlang-jose mk-thoas-support dep_khepri = hex 0.13.0 dep_khepri_mnesia_migration = hex 0.4.0 dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main