blob: ec03b7bb4fc447697684187218d8f43d78d7bcba [file] [log] [blame]
Ray Milkeyd2d3e152016-04-25 09:28:43 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:javax.ws.rs-api',
4]
5
6osgi_jar_with_tests (
7 deps = COMPILE_DEPS,
8)
9
10onos_app (
11 title = 'XOS Client App',
12 category = 'Utility',
13 url = 'http://onosproject.org',
14 description = 'XOS client service',
15)