jaegonkim 6a7b524ef2 [ONOS-7732] Automating switch workflow: api, app, and sample workflows
Change-Id: Iee87d4fe6cf61c1f8904d1d77df5f913a712b64a
2018-10-04 00:42:17 +00:00

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