blob: 406b0a089d0828a1525192bf202363112f43569e [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',
Ray Milkeyd2d3e152016-04-25 09:28:43 -07007]
8
9osgi_jar_with_tests (
10 deps = COMPILE_DEPS,
11)
12
13onos_app (
14 title = 'XOS Client App',
15 category = 'Utility',
16 url = 'http://onosproject.org',
17 description = 'XOS client service',
18)