summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-08-26 18:14:53 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-08-26 18:14:53 -0700
commit2d88470b8e37943072a8f88f1c426e85bc1b79a2 (patch)
tree124a0fddad67699dc024a5a9d7470f3b1bfac37c
parent3a60b14f71061b7869986a4da29569bc77789222 (diff)
downloadrvi_core-2d88470b8e37943072a8f88f1c426e85bc1b79a2.tar.gz
Added web socket support and deps
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
-rw-r--r--rebar.config6
1 files changed, 4 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index a85e8ea..4c64ab8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -5,5 +5,7 @@
{deps,
[
{setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {rvi_common, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/rvi_common", "HEAD"}}
- ]}.
+ {rvi_common, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/rvi_common", "HEAD"}},
+ {resource, ".*", {git, "https://github.com/tonyrog/resource.git", "HEAD"}},
+ {wse, ".*", {git, "https://github.com/tonyrog/wse.git", "HEAD"}}
+]}.