blob: 05b3eeea7265dc2357edd3abd025c59b9f35d546 [file] [log] [blame]
Ray Milkey69ec8712017-08-08 13:00:43 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
4 '//lib:joda-time',
Ray Milkey69ec8712017-08-08 13:00:43 -07005]
6
7TEST_DEPS = [
8 '//lib:TEST',
9 '//core/api:onos-api-tests',
10]
11
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14 test_deps = TEST_DEPS,
15)