Skip to content

Commit 307e673

Browse files
committed
Point emqtt test dependency from ansd to emqx
Given that emqx/emqtt#169 has been merged and a new tag has been set on emqx/emqtt, we do not need the fork ansd/emqtt anymore.
1 parent b512d18 commit 307e673

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ erlang_app(
148148

149149
erlang_package.git_package(
150150
name = "emqtt",
151-
repository = "ansd/emqtt",
152-
commit = "68683689546b081c1cd5efeaa897b619e581fe29",
151+
repository = "emqx/emqtt",
152+
tag = "1.7.0-rc.2",
153153
build_file_content = """load("@rules_erlang//:erlang_app.bzl", "erlang_app")
154154
155155
erlang_app(

deps/rabbitmq_mqtt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DEPS = ranch rabbit_common rabbit amqp_client ra
3939
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers
4040

4141
dep_ct_helper = git https://github.com/extend/ct_helper.git master
42-
dep_emqtt = git https://github.com/ansd/emqtt.git 68683689546b081c1cd5efeaa897b619e581fe29
42+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.7.0-rc.2
4343

4444
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
4545
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

workspace_helpers.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ sed -i"_orig" -E '/VERSION/ s/[0-9]+\\.[0-9]+\\.[0-9]+/'${VERSION}'/' BUILD.baze
238238

239239
github_erlang_app(
240240
name = "emqtt",
241-
org = "ansd",
241+
org = "emqx",
242242
repo = "emqtt",
243-
version = "68683689546b081c1cd5efeaa897b619e581fe29",
244-
ref = "68683689546b081c1cd5efeaa897b619e581fe29",
243+
version = "1.7.0-rc.2",
244+
ref = "1.7.0-rc.2",
245245
build_file_content = """load("@rules_erlang//:erlang_app.bzl", "erlang_app")
246246
247247
erlang_app(

0 commit comments

Comments
 (0)