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