blob: c1c66da499fc61be2418d61c355e47728a6f723f [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:KRYO',
'//incubator/api:onos-incubator-api',
]
TEST_DEPS = [
'//lib:TEST',
]
osgi_jar_with_tests (
name = 'onos-core-serializers',
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
visibility = ['PUBLIC'],
)