Skip to content

Commit

Permalink
Include poison and connection in applications for exrm.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPower15 committed Dec 12, 2015
1 parent 3107258 commit 37738d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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]]
[applications: [:logger, :httpotion, :poison, :connection]]
end

# Dependencies can be Hex packages:
Expand Down

0 comments on commit 37738d2

Please sign in to comment.