Sudhir Kumar Maurya | 4242cbe | 2019-01-17 16:36:50 -0500 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:JACKSON', | ||||
4 | '//lib:METRICS', | ||||
5 | '//lib:org.apache.karaf.shell.console', | ||||
6 | '//cli:onos-cli', | ||||
7 | ] | ||||
8 | |||||
9 | osgi_jar_with_tests ( | ||||
10 | |||||
11 | deps = COMPILE_DEPS, | ||||
12 | ) |