Remove dependency from rabbit_common
This commit is contained in:
parent
a3bffb4d18
commit
7e5163690d
|
|
@ -13,7 +13,6 @@ APP_NAME = "rabbitmq_stream_common"
|
|||
APP_DESCRIPTION = "RabbitMQ Stream Common"
|
||||
|
||||
DEPS = [
|
||||
"//deps/rabbit_common:bazel_erlang_lib",
|
||||
]
|
||||
|
||||
rabbitmq_lib(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue