mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
- fix javadoc longer than 80 char limit - fix javadoc that missing @params - chain calls to StringBuilder.append() - combine constant strings in place Change-Id: Ie2ef4fd4c19e955ad2d5a5584f5017a842abb790
16 lines
452 B
Python
16 lines
452 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:jersey-client',
|
|
'//lib:jersey-server',
|
|
'//lib:javax.ws.rs-api',
|
|
'//utils/rest:onlab-rest',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
'//protocols/restconf/server/api:onos-protocols-restconf-server-api',
|
|
'//protocols/restconf/server/utils:onos-protocols-restconf-server-utils',
|
|
'//apps/yms/api:onos-apps-yms-api',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|