mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-06 00:52:05 +01:00
17 lines
314 B
Python
17 lines
314 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:KRYO',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
'//apps/mcast/api:onos-apps-mcast-api'
|
|
]
|
|
|
|
TEST_DEPS = [
|
|
'//lib:TEST_ADAPTERS',
|
|
'//utils/osgi:onlab-osgi-tests',
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
test_deps = TEST_DEPS,
|
|
)
|