Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
89dc629cdc0c9fc9009e9979e09e0bc70ecd6ddd
/
.
/
apps
/
routing-api
/
BUCK
blob: 8db5219d727cc5e564c812be5b2fe25f0d03401c [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//lib:JACKSON'
,
'//incubator/api:onos-incubator-api'
,
]
TEST_DEPS
=
[
'//lib:TEST_ADAPTERS'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)