blob: 3b7812b4dbd33eeb38ffb617f82b85df3b9f4d2c [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',
Ray Milkey69ec8712017-08-08 13:00:43 -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)