Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
2 | "@mapdb//jar", | ||||
3 | ] | ||||
4 | |||||
5 | osgi_jar_with_tests( | ||||
6 | name = "onos-core-persistence", | ||||
7 | exclude_tests = [ | ||||
8 | "org.onosproject.persistence.impl.MapDBTest", | ||||
9 | ], | ||||
10 | visibility = ["//visibility:public"], | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | ) |