blob: 183f9cbc3a9fa931281eb20d6a582361d952e8da [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [
2 "@httpclient_osgi//jar",
3 "@httpcore_osgi//jar",
4 "@org_apache_httpcomponents_httpasyncclient_osgi//jar",
5 "@org_apache_httpcomponents_httpcore_nio//jar",
6 "@org_apache_karaf_jaas//jar",
7]
8
9BUNDLES = [
10 ":onos-apps-gluon",
11 "@httpclient_osgi//jar",
12 "@httpcore_osgi//jar",
13 "@org_apache_httpcomponents_httpasyncclient_osgi//jar",
14 "@org_apache_httpcomponents_httpcore_nio//jar",
15]
16
17osgi_jar_with_tests(
18 deps = COMPILE_DEPS,
19)
20
21onos_app(
22 app_name = "org.onosproject.gluon",
23 category = "Monitoring",
24 description = "To fetch data from Gluon Server over Http session.",
25 included_bundles = BUNDLES,
26 title = "Gluon Shim",
27 url = "http://onosproject.org",
28)