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:
authorSonny Scroggin <scrogson@gmail.com>2015-10-15 06:49:47 +0300
committerSonny Scroggin <scrogson@gmail.com>2015-10-15 06:49:47 +0300
commit25f95d695443153bd8df65f650d760e5f8b8da2b (patch)
treea0d08010e9dee9932bc81a7fc6dcc6aef64b1671 /mix.exs
parent4fce1a17d7c38108da1cb431aa9e2ffa72c7f0c8 (diff)
This dependency was removed in 83dd79a
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index d45b3289c..50134bf36 100644
--- a/mix.exs
+++ b/mix.exs
@@ -18,7 +18,7 @@ defmodule Ejabberd.Mixfile do
[mod: {:ejabberd_app, []},
applications: [:ssl],
included_applications: [:p1_logger,:p1_yaml,:p1_tls,:p1_xml,:p1_stringprep,:p1_zlib,:p1_cache_tab,:mnesia,:p1_utils,
- :p1_iconv,:esip,:p1_stun,:ehyperloglog,:p1_mysql,:p1_pgsql,:eredis,:oauth2,:xmlrpc]]
+ :p1_iconv,:esip,:p1_stun,:p1_mysql,:p1_pgsql,:eredis,:oauth2,:xmlrpc]]
end
defp erlc_options do