blob: b76c08cb210e839d05f592f60468382507cf9b76 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + METRICS + [
2 "@gmetric4j//jar",
3 "@metrics_ganglia//jar",
4 "@remotetea_oncrpc//jar",
5]
6
7EXCLUDED_BUNDLES = [
8 "@gmetric4j//jar",
9 "@metrics_ganglia//jar",
10 "@remotetea_oncrpc//jar",
11]
12
13osgi_jar_with_tests(
14 deps = COMPILE_DEPS,
15)
16
17onos_app(
18 category = "Monitoring",
19 description = "Performance metric service reporter",
20 excluded_bundles = EXCLUDED_BUNDLES,
21 title = "Ganglia Report and Query",
22 url = "http://onosproject.org",
23)