blob: df0a9a9ac8864a8546db8c2ef4b819f9632c04a2 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
6 exclude_tests = [
7 "org/onosproject/vtnrsc/util/VtnEventuallyConsistentMapTest",
8 "org/onosproject/vtnrsc/util/VtnStorageServiceTest",
9 ],
10 test_deps = TEST_REST,
11 deps = COMPILE_DEPS,
12)