mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
20 lines
400 B
Python
20 lines
400 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:javax.ws.rs-api',
|
|
'//lib:openstack4j-core',
|
|
'//lib:openstack4j-http-connector',
|
|
'//lib:openstack4j-httpclient',
|
|
'//lib:jersey-client',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|
|
|
|
onos_app (
|
|
title = 'XOS Client App',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
description = 'XOS client service',
|
|
)
|