summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 19:03:17 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 19:03:17 +0100
commitdfc29ea03ca91e1eb5387d93612e2ac4b4b496da (patch)
tree8a3ab89a7307fb5f4daf9f66b00fe9f16fa36b69 /rebar.config
parentRemove reference to p1_logger (diff)
Switch to Fast XML module
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index 09fb7868..19122c30 100644
--- a/rebar.config
+++ b/rebar.config
@@ -12,7 +12,7 @@
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.2"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.1"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.2"}}},
- {p1_xml, ".*", {git, "https://github.com/processone/xml", {tag, "1.1.2"}}},
+ {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.3"}}},
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.1"}}},
{esip, ".*", {git, "https://github.com/processone/esip", "1.0.2"}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.2"}}},
@@ -38,7 +38,7 @@
{floating_deps, [cache_tab,
fast_tls,
stringprep,
- p1_xml,
+ fast_xml,
esip,
luerl,
stun,
@@ -97,7 +97,7 @@
{"stringprep", []},
{"fast_yaml", []},
{"esip", []},
- {"p1_xml", [{if_var_true, full_xml, "--enable-full-xml"}]},
+ {"fast_xml", [{if_var_true, full_xml, "--enable-full-xml"}]},
{if_var_true, pam, {"p1_pam", []}},
{if_var_true, zlib, {"ezlib", []}},
{if_var_true, iconv, {"iconv", []}}]}.