mix.exs cosmetics
This commit is contained in:
		
							parent
							
								
									0c97154cd6
								
							
						
					
					
						commit
						5be3ea3c2e
					
				|  | @ -89,11 +89,11 @@ defmodule RabbitMQCtl.MixfileBase do | ||||||
|       {:json, "~> 1.2.0"}, |       {:json, "~> 1.2.0"}, | ||||||
|       {:csv, "~> 2.0.0"}, |       {:csv, "~> 2.0.0"}, | ||||||
|       {:stdout_formatter, "~> 0.2.3"}, |       {:stdout_formatter, "~> 0.2.3"}, | ||||||
|  |       {:observer_cli, "~> 1.4.4"}, | ||||||
| 
 | 
 | ||||||
|       {:amqp, "~> 1.2.0", only: :test}, |       {:amqp, "~> 1.2.0", only: :test}, | ||||||
|       {:dialyxir, "~> 0.5", only: :test, runtime: false}, |       {:dialyxir, "~> 0.5", only: :test, runtime: false}, | ||||||
|       {:temp, "~> 0.4", only: :test}, |       {:temp, "~> 0.4", only: :test} | ||||||
|       {:observer_cli, "~> 1.4.4"}, |  | ||||||
|     ] |     ] | ||||||
| 
 | 
 | ||||||
|     rabbitmq_deps = case System.get_env("DEPS_DIR") do |     rabbitmq_deps = case System.get_env("DEPS_DIR") do | ||||||
|  | @ -101,7 +101,7 @@ defmodule RabbitMQCtl.MixfileBase do | ||||||
|         # rabbitmq_cli is built as a standalone Elixir application. |         # rabbitmq_cli is built as a standalone Elixir application. | ||||||
|         [ |         [ | ||||||
|           {:rabbit_common, "~> 3.7.0"}, |           {:rabbit_common, "~> 3.7.0"}, | ||||||
|           {:amqp_client, "~> 3.7.0", only: :test}, |           {:amqp_client, "~> 3.7.0", only: :test} | ||||||
|         ] |         ] | ||||||
|       deps_dir -> |       deps_dir -> | ||||||
|         # rabbitmq_cli is built as part of RabbitMQ. |         # rabbitmq_cli is built as part of RabbitMQ. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue