]> granicus.if.org Git - ejabberd/commitdiff
Use tag for xmpp dependency
authorPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 15 Jan 2019 15:18:10 +0000 (16:18 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 15 Jan 2019 15:18:10 +0000 (16:18 +0100)
mix.exs
rebar.config

diff --git a/mix.exs b/mix.exs
index 12cf494130edfd26a467ad14e382476198c61f81..005731989151d97225f8aa87c2b8562d01039cea 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -25,11 +25,12 @@ defmodule Ejabberd.Mixfile do
 
   def application do
     [mod: {:ejabberd_app, []},
-     applications: [:ssl, :os_mon, :lager, :mnesia, :inets, :p1_utils, :cache_tab,
-                    :fast_tls, :stringprep, :fast_xml, :xmpp,
-                    :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
-                    :eimp, :base64url, :jose, :pkix]
-     ++ cond_apps()]
+     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,
+                             :eimp, :base64url, :jose, :pkix]
+                         ++ cond_apps()]
   end
 
   defp if_function_exported(mod, fun, arity, okResult) do
index 9811e99031f5533972c1c5a9f6a1f6c08145da4e..e8a569be1637286624ebbb5f3f5f9c9ca2dd1309 100644 (file)
@@ -24,7 +24,7 @@
         {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.26"}}},
         {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.14"}}},
         {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.34"}}},
-        {xmpp, ".*", {git, "https://github.com/processone/xmpp", "91f4c40ebfc97cc39bff4d7900dc6fc34adaef6c"}},
+        {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag: "1.3.0"}},
         {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.17"}}},
         {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
         {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.3"}}},