File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ PROJECT = rabbitmq_cli
2
2
3
3
BUILD_DEPS = rabbit_common
4
4
DEPS = csv json observer_cli stdout_formatter
5
- TEST_DEPS = amqp amqp_client dialyxir temp x509 rabbit
5
+ TEST_DEPS = amqp amqp_client temp x509 rabbit
6
6
7
- dep_amqp = hex 2.1.1
8
- dep_csv = hex 3.0.5
9
- dep_dialyxir = hex 0.5.1
7
+ dep_amqp = hex 3.3.0
8
+ dep_csv = hex 3.2.0
10
9
dep_json = hex 1.4.1
11
10
dep_temp = hex 0.4.7
12
- dep_x509 = hex 0.7.0
11
+ dep_x509 = hex 0.8.8
13
12
14
13
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
15
14
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
Original file line number Diff line number Diff line change @@ -172,10 +172,6 @@ defmodule RabbitMQCtl.MixfileBase do
172
172
:amqp ,
173
173
path: Path . join ( deps_dir , "amqp" )
174
174
} ,
175
- {
176
- :dialyxir ,
177
- path: Path . join ( deps_dir , "dialyxir" ) , runtime: false
178
- } ,
179
175
{
180
176
:rabbit ,
181
177
path: Path . join ( deps_dir , "rabbit" ) ,
You can’t perform that action at this time.
0 commit comments