summaryrefslogtreecommitdiff
path: root/rebar.config
blob: f0f3906d1f97909c69a1c932d905197bff2270eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%% -*- erlang -*-

%%
%% Top level app that controls other apps.
%%
{erl_opts, [debug_info]}.
{deps,
 [
  {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
  {protocol, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/protocol", "v0.1"}},
  {data_link_bert_rpc, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/data_link_bert_rpc", "v0.1"}},  
  {authorize, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/authorize", "v0.1"}},
  {schedule, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/schedule", "v0.1"}},
  {service_edge, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_edge", "v0.1"}},
  {service_discovery, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_discovery", "v0.1"}}
 ]}.