mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
Also improved openstackInterface to create Jersey client once and give better warnings. Fixed missing web context, too. Change-Id: Ifc835b98f30d5daf566eb22dfe3af34f23634e09
15 lines
436 B
Python
15 lines
436 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:jersey-client',
|
|
'//lib:javax.ws.rs-api',
|
|
'//utils/rest:onlab-rest',
|
|
'//apps/openstackinterface/api:onos-apps-openstackinterface-api',
|
|
'//apps/openstackinterface/app:onos-apps-openstackinterface-app',
|
|
'//apps/openstacknetworking/api:onos-apps-openstacknetworking-api',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
web_context = '/onos/openstackswitching'
|
|
)
|