Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
232db0f5a33ef01f2b1f21be432e4ac223781ddc
/
.
/
apps
/
restconf
/
api
/
BUCK
blob: 39a3872f09b00a8080d89ef6a834fcf81222d7ad [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//lib:JACKSON'
,
'//lib:jersey-client'
,
'//lib:javax.ws.rs-api'
,
'//lib:jersey-server'
,
]
TEST_DEPS
=
[
'//lib:TEST_REST'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)