Ray Milkey 3933295cd0 Bazel build for STC runs
Change-Id: I75806c0cb5b71402b7e3519a84498f8e05a9cf8a
2018-07-17 16:17:31 +00:00

9 lines
163 B
Python

COMPILE_DEPS = CORE_DEPS + JACKSON + [
"//incubator/api:onos-incubator-api",
]
osgi_jar_with_tests(
test_deps = TEST_ADAPTERS,
deps = COMPILE_DEPS,
)