Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2018-01-16 13:45:29 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-01-16 13:45:29 +0300
commit1daa7ef7856d5e193d8d62867d469bf0840558f0 (patch)
treee3cbf54037208215f3b247e01101e2aaf9086a37 /mix.exs
parent7b0fa7e6e2b839324e41b23696fcc082db869816 (diff)
Sync mix and rebar for eimp dep
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs9
1 files changed, 4 insertions, 5 deletions
diff --git a/mix.exs b/mix.exs
index 627544bda..19ddbcbc2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -29,7 +29,7 @@ defmodule Ejabberd.Mixfile do
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml, :xmpp,
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
- :fs, :base64url, :jose]
+ :eimp, :fs, :base64url, :jose]
++ cond_apps()]
end
@@ -74,6 +74,7 @@ defmodule Ejabberd.Mixfile do
{:p1_oauth2, "~> 0.6.1"},
{:distillery, "~> 1.0"},
{:ex_doc, ">= 0.0.0", only: :dev},
+ {:eimp, github: "processone/eimp", ref: "c7201d18"},
{:base64url, "~> 0.0.1"},
{:jose, "~> 1.8"},
{:fs, "~> 3.4"}]
@@ -97,8 +98,7 @@ defmodule Ejabberd.Mixfile do
{config(:pam), {:epam, "~> 1.0"}},
{config(:tools), {:luerl, github: "rvirding/luerl", tag: "v0.2"}},
{config(:tools), {:meck, "~> 0.8.4"}},
- {config(:tools), {:moka, github: "processone/moka", tag: "1.0.5c"}},
- {config(:graphics), {:eimp, github: "processone/eimp", tag: "1.0.1"}}], do:
+ {config(:tools), {:moka, github: "processone/moka", tag: "1.0.5c"}}], do:
dep
end
@@ -108,8 +108,7 @@ defmodule Ejabberd.Mixfile do
{config(:pgsql), :p1_pgsql},
{config(:sqlite), :sqlite3},
{config(:zlib), :ezlib},
- {config(:iconv), :iconv},
- {config(:graphics), :eimp}], do:
+ {config(:iconv), :iconv}], do:
app
end