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