]> granicus.if.org Git - ejabberd/commitdiff
Add pkix to included_applications
authorPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 9 Oct 2018 09:33:39 +0000 (11:33 +0200)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 9 Oct 2018 09:33:39 +0000 (11:33 +0200)
mix.exs

diff --git a/mix.exs b/mix.exs
index b24bbcc6f7043535af2443dbfcc97e71b2de1c12..5121905dd1f5eb5640ba51f152763707e94ebff8 100644 (file)
--- 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,
-                             :eimp, :base64url, :jose]
+                             :eimp, :base64url, :jose, :pkix]
                          ++ cond_apps()]
   end