blob: 80eba677548feba918f761d030692da2303f91f6 [file] [log] [blame]
Ray Milkey39332952018-07-16 13:42:51 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "//incubator/api:onos-incubator-api",
3]
4
5osgi_jar_with_tests(
6 test_deps = TEST_ADAPTERS,
7 deps = COMPILE_DEPS,
8)