aboutsummaryrefslogtreecommitdiffstats
path: root/src/cdapbroker.app.src
blob: 08fc59d4c9043da891b600b467d6ca70232541d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{application, cdapbroker,
 [{description, "Interface between Consul and CDAP in DCAE"},
  {vsn, "4.0.9"},
  {registered, []},
  {mod, { cdapbroker_app, []}},
  {applications,
   [kernel,
    stdlib,
    lager,
    inets,
    ssl,
    jiffy,
    mnesia,
    leptus,
    uuid,
    iso8601
   ]},
  {env,[]},
  {modules, []},
  {maintainers, []},
  {licenses, []},
  {links, []}
 ]}.