blob: b403541d7154c612319eb96ce3556f4597c19074 [file] [log] [blame]
Ray Milkeyd2d3e152016-04-25 09:28:43 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:javax.ws.rs-api',
Hyunsun Moone0f3e282016-05-13 18:58:35 -07004 '//lib:openstack4j-core',
5 '//lib:openstack4j-http-connector',
6 '//lib:openstack4j-httpclient',
Hyunsun Moon2e39d3b2016-06-22 14:41:48 -07007 '//lib:jersey-client',
Ray Milkeyd2d3e152016-04-25 09:28:43 -07008]
9
10osgi_jar_with_tests (
11 deps = COMPILE_DEPS,
12)
13
14onos_app (
15 title = 'XOS Client App',
16 category = 'Utility',
17 url = 'http://onosproject.org',
18 description = 'XOS client service',
19)