Skip to content

Commit

Permalink
Remove dependency on :connection package.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPower15 committed Dec 22, 2015
1 parent 16963b8 commit 9e487ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule ElixirNsq.Mixfile do
#
# Type "mix help compile.app" for more information
def application do
[applications: [:logger, :httpotion, :poison, :connection]]
[applications: [:logger, :httpotion, :poison]]
end

# Dependencies can be Hex packages:
Expand All @@ -28,7 +28,6 @@ defmodule ElixirNsq.Mixfile do
# Type "mix help deps" for more examples and options
defp deps do
[
{:connection, "~> 1.0.1"},
{:poison, "~> 1.5.0"},
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"},
{:httpotion, "~> 2.1.0"},
Expand Down

0 comments on commit 9e487ef

Please sign in to comment.