blob: 582c16e40127b0ecb3f919381bb7ae81863dcf9c [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//protocols/ovsdb/api:onos-protocols-ovsdb-api',
'//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS'
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS
)