Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 8cfb32e

Browse files
committed
Update rabbitmq-components.mk
1 parent e01c560 commit 8cfb32e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rabbitmq-components.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dep_rabbitmq_peer_discovery_common = git_rmq rabbitmq-peer-discovery-common $
7878
dep_rabbitmq_peer_discovery_consul = git_rmq rabbitmq-peer-discovery-consul $(current_rmq_ref) $(base_rmq_ref) master
7979
dep_rabbitmq_peer_discovery_etcd = git_rmq rabbitmq-peer-discovery-etcd $(current_rmq_ref) $(base_rmq_ref) master
8080
dep_rabbitmq_peer_discovery_k8s = git_rmq rabbitmq-peer-discovery-k8s $(current_rmq_ref) $(base_rmq_ref) master
81+
dep_rabbitmq_prometheus = git_rmq rabbitmq-prometheus $(current_rmq_ref) $(base_rmq_ref) master
8182
dep_rabbitmq_random_exchange = git_rmq rabbitmq-random-exchange $(current_rmq_ref) $(base_rmq_ref) master
8283
dep_rabbitmq_recent_history_exchange = git_rmq rabbitmq-recent-history-exchange $(current_rmq_ref) $(base_rmq_ref) master
8384
dep_rabbitmq_routing_node_stamp = git_rmq rabbitmq-routing-node-stamp $(current_rmq_ref) $(base_rmq_ref) master
@@ -108,10 +109,12 @@ dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(curre
108109
# all projects use the same versions. It avoids conflicts and makes it
109110
# possible to work with rabbitmq-public-umbrella.
110111

112+
dep_accept = hex 0.3.5
111113
dep_cowboy = hex 2.6.1
112114
dep_cowlib = hex 2.7.0
113115
dep_jsx = hex 2.9.0
114116
dep_lager = hex 3.6.9
117+
dep_prometheus = hex 4.2.2
115118
dep_ra = git https://github.com/rabbitmq/ra.git master
116119
dep_ranch = hex 1.7.1
117120
dep_recon = hex 2.4.0
@@ -158,6 +161,7 @@ RABBITMQ_COMPONENTS = amqp_client \
158161
rabbitmq_peer_discovery_consul \
159162
rabbitmq_peer_discovery_etcd \
160163
rabbitmq_peer_discovery_k8s \
164+
rabbitmq_prometheus \
161165
rabbitmq_random_exchange \
162166
rabbitmq_recent_history_exchange \
163167
rabbitmq_routing_node_stamp \

0 commit comments

Comments
 (0)