blob: 01cfff7464029b44495dfd510b9ce9896f5b27d4 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:mapdb',
]
TEST_DEPS = [
'//lib:TEST',
]
osgi_jar_with_tests (
name = 'onos-core-persistence',
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
visibility = ['PUBLIC'],
)