Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI |
Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 2 | |
| 3 | osgi_jar_with_tests( |
Ray Milkey | e6b6f1c | 2018-10-10 11:30:33 -0700 | [diff] [blame] | 4 | karaf_command_packages = ["org.onosproject.ra.cli"], |
Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 5 | test_deps = TEST_ADAPTERS, |
| 6 | deps = COMPILE_DEPS, |
| 7 | ) |
| 8 | |
| 9 | onos_app( |
| 10 | category = "Traffic Engineering", |
| 11 | description = "Application for generating IPv6 RAs", |
| 12 | title = "IPv6 RA Generator", |
| 13 | url = "http://onosproject.org", |
| 14 | ) |