blob: f8d714410d5ed8b7024f47d8c9c74db809b596bf [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + [
"@mapdb//jar",
]
osgi_jar_with_tests(
name = "onos-core-persistence",
exclude_tests = [
"org.onosproject.persistence.impl.MapDBTest",
],
visibility = ["//visibility:public"],
deps = COMPILE_DEPS,
)