blob: 4fdd72ab5938b2e537d776603dc7d8b353c45cfc [file] [log] [blame]
Harshada Chaundkara4b40292019-03-18 21:11:09 +00001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//core/store/serializers:onos-core-serializers',
4 '//core/store/primitives:onos-core-primitives',
5 '//lib:org.apache.karaf.shell.console',
6 '//cli:onos-cli',
7]
8
9TEST_DEPS = [
10 '//lib:TEST_ADAPTERS',
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)
17