Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI + [ |
2 | "//apps/network-troubleshoot/api:onos-apps-network-troubleshoot-api", | ||||
3 | ] | ||||
4 | |||||
5 | osgi_jar_with_tests( | ||||
Ray Milkey | cd38125 | 2018-10-09 15:00:39 -0700 | [diff] [blame] | 6 | karaf_command_packages = ["org.onosproject.fnl.cli"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 7 | deps = COMPILE_DEPS, |
8 | ) |