]> granicus.if.org Git - ejabberd/commitdiff
Move luerl as optional tools dependency
authorChristophe Romain <christophe.romain@process-one.net>
Mon, 22 Jan 2018 16:42:27 +0000 (17:42 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Mon, 22 Jan 2018 16:42:27 +0000 (17:42 +0100)
rebar.config

index 45fa07bee98e1a2627cd01dddbf9b2038656d968..eb658f5b6b7eefadbebd20ebd658c622948b1db9 100644 (file)
@@ -29,7 +29,6 @@
         {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.12"}}},
         {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
         {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}},
-        {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.2"}}},
         {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}},
         {fs, ".*", {git, "https://github.com/synrc/fs", "bed9467"}},
         {eimp, ".*", {git, "https://github.com/processone/eimp", "c7201d18"}},
@@ -55,6 +54,8 @@
                                                {git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}},
         {if_var_true, iconv, {iconv, ".*", {git, "https://github.com/processone/iconv",
                                             {tag, "1.0.6"}}}},
+        {if_var_true, tools, {luerl, ".*", {git, "https://github.com/rvirding/luerl",
+                                            {tag, "0.3.1"}}}},
         {if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck",
                                               {tag, "0.8.4"}}}},
         {if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka",