Skip to content

Commit b19ee30

Browse files
committed
Makefile: remove dependency version enforcement
erlang.mk uses the branch name (v3.x.y) to correctly detect the dependencies version. Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 848e49b commit b19ee30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
PROJECT = rabbitmq_message_deduplication
22

33
DEPS = rabbit_common rabbit
4-
override dep_rabbit_common = git https://github.com/rabbitmq/rabbitmq-common v3.7.x
5-
override dep_rabbit = git https://github.com/rabbitmq/rabbitmq-server v3.7.x
64
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client
75

86
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

0 commit comments

Comments
 (0)