blob: df0a9a9ac8864a8546db8c2ef4b819f9632c04a2 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [
"//core/store/serializers:onos-core-serializers",
]
osgi_jar_with_tests(
exclude_tests = [
"org/onosproject/vtnrsc/util/VtnEventuallyConsistentMapTest",
"org/onosproject/vtnrsc/util/VtnStorageServiceTest",
],
test_deps = TEST_REST,
deps = COMPILE_DEPS,
)