]> granicus.if.org Git - ejabberd/commitdiff
Mix requires override
authorMickael Remond <mremond@process-one.net>
Sat, 23 Jan 2016 17:44:38 +0000 (18:44 +0100)
committerMickael Remond <mremond@process-one.net>
Sat, 23 Jan 2016 17:44:38 +0000 (18:44 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index 58b37c4875a78d95347a16fe2e2ee20d691ff258..eafddcb977ae941812b857a0af571add4b7e5b46 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -32,7 +32,7 @@ defmodule Ejabberd.Mixfile do
 
   defp deps do
     [{:lager, git: "https://github.com/basho/lager", tag: "3.0.2"},
-     {:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.3"},
+     {:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.3", override: true},
      {:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.2"},
      {:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
      {:p1_stringprep, git: "https://github.com/processone/stringprep", tag: "1.0.1"},