Hyunsun Moon 2e39d3b534 Set REST API request timeout
Change-Id: I448399e75fffe050d2f638cca5f14390125c4910
2016-07-01 18:09:16 +00:00

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',
)