Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
8810aa4d1fa6177ac0510e962c278de2da7ba777
/
.
/
apps
/
route-service
/
api
/
BUCK
blob: 05b3eeea7265dc2357edd3abd025c59b9f35d546 [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//lib:JACKSON'
,
'//lib:joda-time'
,
]
TEST_DEPS
=
[
'//lib:TEST'
,
'//core/api:onos-api-tests'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)