Add khepri dep to rabbitmq_consistent_hash_exchange in Make
This commit is contained in:
parent
fe07f4c930
commit
ac1e6cc1cb
|
@ -152,8 +152,6 @@ dep_osiris = git https://github.com/rabbitmq/osiris v1.6.9
|
|||
dep_systemd = hex 0.6.1
|
||||
|
||||
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1
|
||||
dep_khepri = hex 0.8.0
|
||||
dep_khepri_mnesia_migration = hex 0.1.1
|
||||
|
||||
define usage_xml_to_erl
|
||||
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))
|
||||
|
|
|
@ -5,7 +5,7 @@ define PROJECT_APP_EXTRA_KEYS
|
|||
{broker_version_requirements, []}
|
||||
endef
|
||||
|
||||
DEPS = rabbit_common rabbit
|
||||
DEPS = rabbit_common rabbit khepri khepri_mnesia_migration
|
||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
|
|
|
@ -114,6 +114,8 @@ dep_accept = hex 0.3.5
|
|||
dep_cowboy = hex 2.10.0
|
||||
dep_cowlib = hex 2.12.1
|
||||
dep_credentials_obfuscation = hex 3.4.0
|
||||
dep_khepri = hex 0.8.0
|
||||
dep_khepri_mnesia_migration = hex 0.1.1
|
||||
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
|
||||
dep_prometheus = hex 4.10.0
|
||||
dep_ra = hex 2.7.0
|
||||
|
|
Loading…
Reference in New Issue