blob: f33e002f28ea5adc5190382482c06b3d7efa4694 [file] [log] [blame]
Ray Milkey02a658b2018-06-13 08:52:39 -07001COMPILE_DEPS = CORE_DEPS + JACKSON
2
3TEST_DEPS = TEST + [
4 '//core/api:onos-api-tests',
5]
6
7osgi_jar_with_tests (
8 deps = COMPILE_DEPS,
9 test_deps = TEST_DEPS,
10)