From dae1ec2b7b3f587e73edbfaaeff82dbc7ac0cb2d Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sat, 23 Jan 2016 17:36:40 +0100 Subject: Make sure mix does not trigger conflict on p1_utils --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index fab8e9237..a6e5f70e7 100644 --- 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.0"}, -- cgit v1.2.3