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 00:21:24 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-01-16 00:21:24 +0300
commit8bdccc25ab1b422c065432aee0ea4cfcd1419451 (patch)
tree6aec914fe5ece56b901b0d11bee75bd01d229cac /mix.exs
parent59b7c89944ccc20eca7bbb441b6fe4e0b099f82f (diff)
Include acme deps in release, fixes f2c3fe8ac
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 6c27f1f49..627544bda 100644
--- a/mix.exs
+++ b/mix.exs
@@ -28,7 +28,8 @@ defmodule Ejabberd.Mixfile do
applications: [:ssl, :os_mon],
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml, :xmpp,
- :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2, :fs]
+ :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
+ :fs, :base64url, :jose]
++ cond_apps()]
end