Skip to content

Commit 444f801

Browse files
Merge pull request #9509 from rabbitmq/rin/match-rabbitmq_web_mqtt-deps
Add amqp_client to the rabbitmq_web_mqtt deps in Make
2 parents e669941 + 4cf012b commit 444f801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_web_mqtt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ define PROJECT_ENV
1414
endef
1515

1616
LOCAL_DEPS = ssl
17-
DEPS = rabbit_common rabbit cowboy rabbitmq_mqtt
17+
DEPS = amqp_client rabbit_common rabbit cowboy rabbitmq_mqtt
1818
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
1919

2020
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.

0 commit comments

Comments
 (0)