Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | ] | ||||
4 | |||||
5 | osgi_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 | ) |