Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
2ac98b92e4f3a07ce6a1be6d9e3c2aad4a39bc49
/
.
/
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
,
)