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( | ||||
6 | import_packages = "*,org.onosproject.cli.net", | ||||
7 | deps = COMPILE_DEPS, | ||||
8 | ) |