Signed-off-by: Christophe Romain <cromain@process-one.net>
diff --git a/rebar.config b/rebar.config
-index 79494b7..8d769f1 100644
---- a/rebar.config
-+++ b/rebar.config
-@@ -24,9 +24,6 @@
- {i, "../fast_xml/include"},
- {i, "deps/fast_xml/include"}]}.
+--- a/rebar.config 2017-11-30 14:24:52.348695123 +0100
++++ b/rebar.config 2017-11-30 14:35:11.816407195 +0100
+@@ -29,10 +29,6 @@
--{deps, [{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.22"}}},
-- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.8"}}}]}.
+ {port_specs, [{"priv/lib/jid.so", ["c_src/jid.c"]}]}.
+
+-{deps, [{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.25"}}},
+- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.10"}}},
+- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.10"}}}]}.
-
+ {clean_files, ["c_src/jid.gcda", "c_src/jid.gcno"]}.
+
{cover_enabled, true}.
- {cover_export_enabled, true}.
#
################################################################################
-ERLANG_P1_XMPP_VERSION = 1.1.9
+ERLANG_P1_XMPP_VERSION = 1.1.16
ERLANG_P1_XMPP_SITE = $(call github,processone,xmpp,$(ERLANG_P1_XMPP_VERSION))
ERLANG_P1_XMPP_LICENSE = Apache-2.0
ERLANG_P1_XMPP_LICENSE_FILES = LICENSE.txt
ERLANG_P1_XMPP_INSTALL_STAGING = YES
ERLANG_P1_XMPP_DEPENDENCIES = erlang-p1-xml erlang-p1-stringprep \
- host-erlang-p1-xml
+ erlang-p1-utils host-erlang-p1-xml
$(eval $(rebar-package))
$(eval $(host-rebar-package))