blob: 443c1d474a5b07cd965bb83aa4a4ee24993166ef [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + REST
2
3osgi_jar_with_tests(
4 deps = COMPILE_DEPS,
5)
6
7onos_app(
8 category = "Monitoring",
9 description = "Monitoring of various metrics related to topology mutation and intent programming.",
10 title = "Topology & Intent Metrics",
11 url = "http://onosproject.org",
12)