blob: d6ed9892a2da6f0693fcef838b7c8983a495e9fd [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + KRYO + [
2 '//incubator/store:onos-incubator-store',
3 '//incubator/api:onos-incubator-api',
4 '//core/common:onos-core-common',
5]
6
7TEST_DEPS = TEST_REST + [
8 '//incubator/api:onos-incubator-api-tests',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14 exclude_tests = [
15 'org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManagerTest',
16 ],
17 visibility = ["//visibility:public"],
18)