blob: 3498f1fdc3c9a9a399e3e7b9a3ab9d888602d335 [file] [log] [blame]
Ray Milkey02a658b2018-06-13 08:52:39 -07001COMPILE_DEPS = CORE_DEPS + JACKSON
2
3TEST_DEPS = TEST + [
Ray Milkey15053f02018-06-13 10:00:45 -07004 "//core/api:onos-api-tests",
Ray Milkey02a658b2018-06-13 08:52:39 -07005]
6
Ray Milkey15053f02018-06-13 10:00:45 -07007osgi_jar_with_tests(
Ray Milkey02a658b2018-06-13 08:52:39 -07008 test_deps = TEST_DEPS,
Ray Milkey15053f02018-06-13 10:00:45 -07009 deps = COMPILE_DEPS,
Ray Milkey02a658b2018-06-13 08:52:39 -070010)