blob: 324bd22f634504139fb5a4911e60bdfaedf0868f [file] [log] [blame]
Adnaan Sachidanandancf386b12017-08-09 15:12:45 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:JACKSON',
4 '//incubator/api:onos-incubator-api'
5]
6
7osgi_jar_with_tests (
8 deps = COMPILE_DEPS,
9)
10
11onos_app (
12 title = 'Link Properties',
13 description = 'Shows more link properties',
14 category = 'Monitoring',
15 url = 'https://onosproject.org/',
16)