blob: 96c7835ef885759ed0b2206a81f05c1fb19ed542 [file] [log] [blame]
Ray Milkey6a638ba2016-04-20 09:52:01 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Ray Milkey6a638ba2016-04-20 09:52:01 -07004 '//lib:org.apache.karaf.shell.console',
5 '//incubator/api:onos-incubator-api',
6 '//cli:onos-cli',
Ray Milkey6a638ba2016-04-20 09:52:01 -07007]
8
9osgi_jar_with_tests (
10 deps = COMPILE_DEPS,
11)