Use master branches of the rabbitmq-ct*-helpers
https://github.com/rabbitmq/rabbitmq-ct-helpers/pull/47 https://github.com/rabbitmq/rabbitmq-ct-client-helpers/pull/4
This commit is contained in:
parent
18e663cb7b
commit
2ef283755b
|
|
@ -30,8 +30,8 @@ http_archive(
|
||||||
repo_mapping = {
|
repo_mapping = {
|
||||||
"@rabbitmq-server": "@",
|
"@rabbitmq-server": "@",
|
||||||
},
|
},
|
||||||
strip_prefix = "rabbitmq-ct-helpers-bazel",
|
strip_prefix = "rabbitmq-ct-helpers-master",
|
||||||
urls = ["https://github.com/rabbitmq/rabbitmq-ct-helpers/archive/bazel.zip"],
|
urls = ["https://github.com/rabbitmq/rabbitmq-ct-helpers/archive/master.zip"],
|
||||||
)
|
)
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
|
|
@ -39,8 +39,8 @@ http_archive(
|
||||||
repo_mapping = {
|
repo_mapping = {
|
||||||
"@rabbitmq-server": "@",
|
"@rabbitmq-server": "@",
|
||||||
},
|
},
|
||||||
strip_prefix = "rabbitmq-ct-client-helpers-bazel",
|
strip_prefix = "rabbitmq-ct-client-helpers-master",
|
||||||
urls = ["https://github.com/rabbitmq/rabbitmq-ct-client-helpers/archive/bazel.zip"],
|
urls = ["https://github.com/rabbitmq/rabbitmq-ct-client-helpers/archive/master.zip"],
|
||||||
)
|
)
|
||||||
|
|
||||||
load("//deps/amqp10_client:activemq.bzl", "activemq_archive")
|
load("//deps/amqp10_client:activemq.bzl", "activemq_archive")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue