Skip to content

Commit d3ffef2

Browse files
Add a dependency on observer_cli, closes #2006
(cherry picked from commit ee34b8f) Conflicts: Makefile
1 parent 02b8234 commit d3ffef2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ endef
129129

130130
LOCAL_DEPS = sasl mnesia os_mon inets
131131
BUILD_DEPS = rabbitmq_cli syslog
132-
DEPS = ranch lager rabbit_common sysmon_handler
132+
DEPS = ranch lager rabbit_common sysmon_handler recon observer_cli
133133
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper
134134

135135
dep_syslog = git https://github.com/schlagert/syslog 3.4.5

rabbitmq-components.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ dep_prometheus = hex 4.2.2
118118
dep_ra = git https://github.com/rabbitmq/ra.git master
119119
dep_ranch = hex 1.7.1
120120
dep_recon = hex 2.4.0
121+
dep_observer_cli = git https://github.com/zhongwencool/observer_cli 1.4.4
121122
dep_stdout_formatter = hex 0.2.2
122123
dep_sysmon_handler = hex 1.1.0
123124

0 commit comments

Comments
 (0)