blob: 0e5b8c509f755d3987e990b0b6e0d5c2f1f8c6a8 [file] [log] [blame]
Jian Li75642312017-01-19 14:23:05 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
4 '//lib:KRYO',
Jian Li75642312017-01-19 14:23:05 -08005 '//core/store/serializers:onos-core-serializers',
6 ]
7
8TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
Jian Li75642312017-01-19 14:23:05 -080010]
11
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14 test_deps = TEST_DEPS,
Ray Milkey446f4462017-08-17 15:36:01 -070015)