Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 2 | |
3 | osgi_jar_with_tests( | ||||
4 | deps = COMPILE_DEPS, | ||||
5 | ) | ||||
6 | |||||
7 | onos_app( | ||||
8 | category = "Monitoring", | ||||
9 | description = "Shows more link properties", | ||||
10 | title = "Link Properties", | ||||
11 | url = "https://onosproject.org/", | ||||
12 | ) |