blob: 4e4099f23e66ebdb43c9b6c576a148b77b2c1c6b [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(
Ray Milkey1d8b9c22018-10-09 13:13:01 -070018 karaf_command_packages = ["org.onosproject.gluon.rsc.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -070019 deps = COMPILE_DEPS,
20)
21
22onos_app(
23 app_name = "org.onosproject.gluon",
24 category = "Monitoring",
25 description = "To fetch data from Gluon Server over Http session.",
26 included_bundles = BUNDLES,
27 title = "Gluon Shim",
28 url = "http://onosproject.org",
29)