Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
944e3a9b7b3de8de41284d42087e71a8722210f8
/
.
/
apps
/
restconf
/
api
/
BUCK
blob: 97d99aa9372c6713190a07f74c1cc0faa3aa87dc [
file
] [
log
] [
blame
]
Jin Gan
79f7537
2017-01-05 15:08:11 -0800
[
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
)