blob: f8d714410d5ed8b7024f47d8c9c74db809b596bf [file] [log] [blame]
Ray Milkey816db102018-05-30 14:16:37 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@mapdb//jar",
3]
4
5osgi_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)