blob: c4d592051e2309e47c0e8f388115cf87bdeb0e50 [file] [log] [blame]
Ray Milkeya5ff8a72016-04-19 09:43:45 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:KRYO',
Ray Milkeya5ff8a72016-04-19 09:43:45 -07004 '//lib:org.apache.karaf.shell.console',
5 '//cli:onos-cli',
6 '//core/store/serializers:onos-core-serializers',
7]
8
9TEST_DEPS = [
10 '//lib:TEST_REST',
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)