Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
bbd4849c5ed1f35a877946b4962fd3c8f8925c82
/
.
/
core
/
store
/
persistence
/
BUCK
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'
],
)