Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
465a2605af2db235e0603b3ae819a60ed87a3624
/
.
/
protocols
/
restconf
/
server
/
api
/
BUCK
blob: 97d99aa9372c6713190a07f74c1cc0faa3aa87dc [
file
] [
log
] [
blame
]
Henry Yu
e20926e
2016-08-25 22:58:02 -0400
[
diff
] [
blame
]
1
COMPILE_DEPS
=
[
2
'//lib:CORE_DEPS'
,
3
'//lib:jersey-client'
,
4
'//lib:javax.ws.rs-api'
,
5
'//lib:jersey-server'
,
6
]
7
8
osgi_jar_with_tests
(
9
deps
=
COMPILE_DEPS
,
10
)