Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
4b055d3a250b7e299ca50823c46216586472fec9
/
.
/
apps
/
cpman
/
api
/
BUCK
blob: 4cb1ba072b6775e0bfd016745ed722219b2f4652 [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//core/store/serializers:onos-core-serializers'
,
]
TEST_DEPS
=
[
'//lib:TEST_ADAPTERS'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)