mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 12:51:09 +02:00
12 lines
235 B
Python
12 lines
235 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:jackson-core',
|
|
'//lib:jackson-annotations',
|
|
'//lib:jackson-databind',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|