Ray Milkey 0bcdfd1e59 reformat bazel files to use Google coding standards
Change-Id: I320f0ca7ccb1b2247ccdd9fa58fefca7dad8a16f
2018-05-23 14:07:19 -07:00

19 lines
494 B
Python

COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + KRYO + [
"//incubator/store:onos-incubator-store",
"//incubator/api:onos-incubator-api",
"//core/common:onos-core-common",
]
TEST_DEPS = TEST_REST + [
"//incubator/api:onos-incubator-api-tests",
]
osgi_jar_with_tests(
exclude_tests = [
"org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManagerTest",
],
test_deps = TEST_DEPS,
visibility = ["//visibility:public"],
deps = COMPILE_DEPS,
)