jaegonkim 69b5607372 [ONOS-7732] Automating switch workflow
Change-Id: Ie047c34df2278bc2220cade744f51ca6950f48f6
2019-04-05 00:29:14 +09:00

12 lines
234 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,
)