blob: 63bfdb2c4d50632169313b2189a8038fdb93e27a [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS + JACKSON
Ray Milkey35ea5bf2018-07-17 15:28:44 -07002
3osgi_jar_with_tests(
4 deps = COMPILE_DEPS,
5)
6
7onos_app(
8 category = "Monitoring",
9 description = "Shows more link properties",
10 title = "Link Properties",
11 url = "https://onosproject.org/",
12)