Skip to content

Commit 537456e

Browse files
committed
Resolve emqx/emqtt dependency bump conflicts
1 parent 0fdf098 commit 537456e

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

MODULE.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,7 @@ erlang_package.git_package(
184184
name = "emqtt",
185185
build_file = "@rabbitmq-server//bazel:BUILD.emqtt",
186186
repository = "emqx/emqtt",
187-
<<<<<<< HEAD
188-
tag = "1.7.0-rc.2",
189-
=======
190187
tag = "1.8.2",
191-
>>>>>>> bfa4e9f2c7 (Bump emqx/emqtt to 1.8.2)
192188
)
193189

194190
erlang_package.hex_package(

deps/rabbitmq_auth_backend_oauth2/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,5 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
1111
dep_jose = git https://github.com/potatosalad/erlang-jose 2b1d66b
1212
dep_base64url = hex 1.0.1
1313

14-
<<<<<<< HEAD
15-
=======
16-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.8.2
17-
18-
>>>>>>> bfa4e9f2c7 (Bump emqx/emqtt to 1.8.2)
1914
include ../../rabbitmq-components.mk
2015
include ../../erlang.mk

deps/rabbitmq_mqtt/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +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-
<<<<<<< HEAD
43-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.7.0-rc.2
44-
=======
4542
dep_emqtt = git https://github.com/emqx/emqtt.git 1.8.2
46-
>>>>>>> bfa4e9f2c7 (Bump emqx/emqtt to 1.8.2)
4743

4844
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
4945
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

deps/rabbitmq_web_mqtt/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
2020
# See rabbitmq-components.mk.
2121
BUILD_DEPS += ranch
2222

23-
<<<<<<< HEAD
24-
=======
25-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.8.2
26-
27-
>>>>>>> 1c4f30742e (Bump emqx/emqtt to 1.8.2)
2823
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
2924
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
3025

0 commit comments

Comments
 (0)