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-12 14:28:31 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-01-12 14:28:31 +0300
commitf2c3fe8ac60c20286ff0d0031512cf796e7bdfc2 (patch)
tree8e4bb205e0c3e8ebf782512fb3f1081e19c1265a /mix.exs
parent1c1b12fc646d45da226cdc40448953ce2059aca8 (diff)
Add mix dependencies for acme support
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 5c7d44818..6c27f1f49 100644
--- a/mix.exs
+++ b/mix.exs
@@ -73,6 +73,8 @@ defmodule Ejabberd.Mixfile do
{:p1_oauth2, "~> 0.6.1"},
{:distillery, "~> 1.0"},
{:ex_doc, ">= 0.0.0", only: :dev},
+ {:base64url, "~> 0.0.1"},
+ {:jose, "~> 1.8"},
{:fs, "~> 3.4"}]
++ cond_deps()
end