blob: 72e8df9fab35fdf54b9a0d3d36146b2622825e0f [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "//incubator/api:onos-incubator-api",
3]
4
5osgi_jar_with_tests(
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 category = "Monitoring",
11 description = "Shows more link properties",
12 title = "Link Properties",
13 url = "https://onosproject.org/",
14)