Ray Milkey 8dac818d23 Refactor protocol BUCK files to use more modern rules and format
Change-Id: I9262fdeef12cfd098afefc711d995ffc76b9efb1
2016-04-29 17:33:12 -07:00

11 lines
176 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:netty-transport',
'//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)