blob: 4afee9475aca137c71ab6a53e07a06e1433368f9 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI
Ray Milkey39332952018-07-16 13:42:51 -07002
3osgi_jar_with_tests(
Ray Milkeye6b6f1c2018-10-10 11:30:33 -07004 karaf_command_packages = ["org.onosproject.ra.cli"],
Ray Milkey39332952018-07-16 13:42:51 -07005 test_deps = TEST_ADAPTERS,
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 category = "Traffic Engineering",
11 description = "Application for generating IPv6 RAs",
12 title = "IPv6 RA Generator",
13 url = "http://onosproject.org",
14)