blob: d4825d3af19c5f8a836d77efcab25174938bf1ae [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:joda-time',
]
TEST_DEPS = [
'//lib:TEST',
'//core/api:onos-api-tests',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)