blob: 83c05e3d550d3b37bc5e9eb8002e35ff6e08c0e1 [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + KRYO + [
2 '//incubator/api:onos-incubator-api',
3]
4
5TEST_DEPS = TEST
6
7osgi_jar_with_tests (
8 name = 'onos-core-serializers',
9 deps = COMPILE_DEPS,
10 test_deps = TEST_DEPS,
11 visibility = ["//visibility:public"],
12)