blob: 19f1833348a78588e9abd5c3f63b08e34496852c [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey8dac8182016-04-28 16:44:19 -07003 '//protocols/ovsdb/api:onos-protocols-ovsdb-api',
4 '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005]
6
Ray Milkey43702bf2016-05-04 10:40:55 -07007osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009)
10