aboutsummaryrefslogtreecommitdiffstats
path: root/src/cdapbroker.app.src
blob: 611d873ba814cfbf23f0026e138571da9071da67 (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.6"},
  {registered, []},
  {mod, { cdapbroker_app, []}},
  {applications,
   [kernel,
    stdlib,
    lager,
    inets,
    ssl,
    jiffy,
    mnesia,
    leptus,
    uuid,
    iso8601
   ]},
  {env,[]},
  {modules, []},
  {maintainers, []},
  {licenses, []},
  {links, []}
 ]}.