Skip to content

Commit

Permalink
Drop Elixir JSON dep in one more place #9926 #9932
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 16, 2023
1 parent d419b0a commit a30430d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deps/rabbitmq_cli/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ defmodule RabbitMQCtl.MixfileBase do
is_bazel = System.get_env("IS_BAZEL") != nil

[
{
:json,
path: Path.join(deps_dir, "json")
},
{
:csv,
path: Path.join(deps_dir, "csv")
Expand Down

0 comments on commit a30430d

Please sign in to comment.