Point emqtt to rabbitmq/emqtt:master
emqtt repos: emqx/emqtt PR #196 is based on rabbitmq:otp-26-compatibility emqx/emqtt PR #198 is based on ansd:master rabbitmq/master contains both of these 2 PRs cherry-picked. rabbitmq-server repos: main branch points emqtt to rabbitmq:otp-26-compatibility mqtt5 branch points emqtt to rabbitmq:master Therefore, the current mqtt5 branch is OTP 26 compatible and can support multiple subscription identifiers.
This commit is contained in:
parent
ad5152bdd6
commit
2270a30af0
|
@ -399,7 +399,7 @@ erlang_dev_package.hex_package(
|
|||
|
||||
erlang_dev_package.git_package(
|
||||
name = "emqtt",
|
||||
branch = "otp-26-compatibility",
|
||||
branch = "master",
|
||||
build_file = "@rabbitmq-server//bazel:BUILD.emqtt",
|
||||
repository = "rabbitmq/emqtt",
|
||||
)
|
||||
|
|
|
@ -16,7 +16,7 @@ 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 otp-26-compatibility
|
||||
dep_emqtt = git https://github.com/rabbitmq/emqtt.git master
|
||||
|
||||
include ../../rabbitmq-components.mk
|
||||
include ../../erlang.mk
|
||||
|
|
|
@ -47,7 +47,7 @@ DEPS = ranch rabbit_common rabbit amqp_client ra
|
|||
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_web_mqtt
|
||||
|
||||
dep_ct_helper = git https://github.com/extend/ct_helper.git master
|
||||
dep_emqtt = git https://github.com/rabbitmq/emqtt.git otp-26-compatibility
|
||||
dep_emqtt = git https://github.com/rabbitmq/emqtt.git master
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
|
|
@ -25,7 +25,7 @@ TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_manage
|
|||
# See rabbitmq-components.mk.
|
||||
BUILD_DEPS += ranch
|
||||
|
||||
dep_emqtt = git https://github.com/rabbitmq/emqtt.git otp-26-compatibility
|
||||
dep_emqtt = git https://github.com/rabbitmq/emqtt.git master
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
|
Loading…
Reference in New Issue