Remove dependency from rabbit_common

This commit is contained in:
dcorbacho 2021-06-14 15:40:00 +02:00
parent a3bffb4d18
commit 7e5163690d
3 changed files with 3 additions and 4 deletions

View File

@ -13,7 +13,6 @@ APP_NAME = "rabbitmq_stream_common"
APP_DESCRIPTION = "RabbitMQ Stream Common"
DEPS = [
"//deps/rabbit_common:bazel_erlang_lib",
]
rabbitmq_lib(

View File

@ -8,7 +8,7 @@ define PROJECT_ENV
endef
DEPS = rabbit_common
DEPS =
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk

View File

@ -641,8 +641,8 @@ parse_request(<<?REQUEST:1,
<<_Count:32, Bin/binary>> ->
parse_map(Bin, #{});
_ ->
rabbit_log:warning("Incorrect binary for subscription properties: ~w",
[PropsBin]),
logger:warning("Incorrect binary for subscription properties: ~w",
[PropsBin]),
#{}
end,
request(CorrelationId,