24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Mix requires override

This commit is contained in:
Mickael Remond 2016-01-23 18:44:38 +01:00
parent a3931e6b73
commit e97195b3a6

View File

@ -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"},