blob: db499cc1679ed45793dfc98e3c15dfa7a3f449bd [file] [log] [blame]
Andrea Campanella545edb42018-03-20 16:37:29 -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 '//utils/osgi:onlab-osgi-tests',
10]
11
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14 test_deps = TEST_DEPS,
15)