blob: 7433c2b64dda91145dbcba7b5b2693f4e1d7afe6 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:netty-transport',
4 '//lib:netty-buffer',
5 '//lib:netty-codec',
6 '//lib:netty-handler',
Ray Milkey8dac8182016-04-28 16:44:19 -07007 '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
8 '//protocols/ovsdb/api:onos-protocols-ovsdb-api',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009]
10
Ray Milkey8dac8182016-04-28 16:44:19 -070011osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013)
14