Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
02e3c8c042751e1b2a33a9b2cfdd9f46e805a938
/
.
/
apps
/
openstackinterface
/
api
/
BUCK
blob: d5a67ec9a17c3e1693fff0263f48ababd507f807 [
file
] [
log
] [
blame
]
Ray Milkey
a5ff8a7
2016-04-19 09:43:45 -0700
[
diff
] [
blame
]
1
COMPILE_DEPS
=
[
2
'//lib:CORE_DEPS'
,
3
'//lib:jersey-client'
,
4
'//lib:javax.ws.rs-api'
,
5
]
6
7
osgi_jar_with_tests
(
8
deps
=
COMPILE_DEPS
,
9
)