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