Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [ |
2 | "//incubator/api:onos-incubator-api", | ||||
3 | ] | ||||
4 | |||||
5 | osgi_jar_with_tests( | ||||
6 | test_deps = TEST_ADAPTERS, | ||||
7 | deps = COMPILE_DEPS, | ||||
8 | ) | ||||
9 | |||||
10 | onos_app( | ||||
11 | category = "Traffic Engineering", | ||||
12 | description = "Application for generating IPv6 RAs", | ||||
13 | title = "IPv6 RA Generator", | ||||
14 | url = "http://onosproject.org", | ||||
15 | ) |