blob: d4825d3af19c5f8a836d77efcab25174938bf1ae [file] [log] [blame]
Ray Milkeya95193c2017-08-10 15:35:36 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:joda-time',
Ray Milkeya95193c2017-08-10 15:35:36 -07004]
5
6TEST_DEPS = [
7 '//lib:TEST',
8 '//core/api:onos-api-tests',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14)