blob: 97564d90071aa95dea0e7dd7564394d89d63e523 [file] [log] [blame]
Jonghwan Hyun722275f2018-05-14 15:44:56 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:KRYO',
4 '//core/store/serializers:onos-core-serializers',
5]
6
7TEST_DEPS = [
8 '//lib:TEST_ADAPTERS',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14)