blob: a70609cc70f219a2645447463edc26577095204f [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
6 test_deps = TEST_ADAPTERS,
7 deps = COMPILE_DEPS,
8)