Skip to content

Commit 418cffc

Browse files
committed
Add rabbit_common to the deps in rabbitmq_integration_suite macro
While not all suites strictly require it, those same suites depend on it via the broker dependency anyway. Thus, there is no penalty, but it shortens the BUILD.bazel file for deps/rabbit
1 parent 50adab5 commit 418cffc

File tree

4 files changed

+21
-269
lines changed

4 files changed

+21
-269
lines changed

deps/amqp_client/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ rabbitmq_integration_suite(
5656
runtime_deps = [
5757
"@meck//:bazel_erlang_lib",
5858
],
59-
deps = DEPS,
6059
)
6160

6261
ct_suite(
@@ -69,5 +68,7 @@ ct_suite(
6968
runtime_deps = [
7069
"//deps/rabbit:bazel_erlang_lib",
7170
],
72-
deps = DEPS,
71+
deps = [
72+
"//deps/rabbit_common:bazel_erlang_lib",
73+
],
7374
)

0 commit comments

Comments
 (0)