| Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', | ||||
| 3 | '//lib:org.apache.karaf.shell.console', | ||||
| 4 | '//incubator/api:onos-incubator-api', | ||||
| 5 | '//cli:onos-cli', | ||||
| 6 | ] | ||||
| 7 | |||||
| 8 | osgi_jar_with_tests ( | ||||
| 9 | deps = COMPILE_DEPS, | ||||
| 10 | ) | ||||