Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
2b4958a4635362c8f5cbe6845d9bb9aff9d0f47b
/
.
/
apps
/
mappingmanagement
/
api
/
BUCK
blob: 0e5b8c509f755d3987e990b0b6e0d5c2f1f8c6a8 [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//lib:JACKSON'
,
'//lib:KRYO'
,
'//core/store/serializers:onos-core-serializers'
,
]
TEST_DEPS
=
[
'//lib:TEST_ADAPTERS'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)