summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deps/amqp_client/BUILD.bazel5
-rw-r--r--deps/amqp_client/Makefile2
2 files changed, 4 insertions, 3 deletions
diff --git a/deps/amqp_client/BUILD.bazel b/deps/amqp_client/BUILD.bazel
index 7066620030..4ed5876ff2 100644
--- a/deps/amqp_client/BUILD.bazel
+++ b/deps/amqp_client/BUILD.bazel
@@ -29,7 +29,7 @@ APP_EXTRA_KEYS = """%% Hex.pm package informations.
{licenses, ["MPL-2.0"]},
{links, [
{"Website", "https://www.rabbitmq.com/"},
- {"GitHub", "https://github.com/rabbitmq/rabbitmq-server/deps/amqp_client"},
+ {"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/amqp_client"},
{"User guide", "https://www.rabbitmq.com/erlang-client-user-guide.html"}
]},
{build_tools, ["make", "rebar3"]},
@@ -41,7 +41,8 @@ APP_EXTRA_KEYS = """%% Hex.pm package informations.
"Makefile",
"rabbitmq-components.mk",
"README",
- "README.md"
+ "README.md",
+ "src"
]}
"""
diff --git a/deps/amqp_client/Makefile b/deps/amqp_client/Makefile
index 5a2a733e59..c873f300e5 100644
--- a/deps/amqp_client/Makefile
+++ b/deps/amqp_client/Makefile
@@ -39,7 +39,7 @@ endef
# Release artifacts are put in $(PACKAGES_DIR).
PACKAGES_DIR ?= $(abspath PACKAGES)
-LOCAL_DEPS = xmerl
+LOCAL_DEPS = xmerl ssl public_key
DEPS = rabbit_common credentials_obfuscation
TEST_DEPS = rabbitmq_ct_helpers rabbit meck