blob: 91e6af088d7cd06f673306a4b6a533a44dc9e044 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + KRYO + JACKSON + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
6 test_deps = TEST_ADAPTERS,
7 deps = COMPILE_DEPS,
8)