Zayne Khouja 31027edd52 Bug fix for BGP building
Change-Id: I1d5c52855066edccc7101d86fd10ba63d9ea5da3
2016-07-07 03:45:12 +00:00

11 lines
192 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//protocols/bgp/bgpio:onos-protocols-bgp-bgpio',
'//core/api:onos-api',
'//lib:netty',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)