blob: 059f656176396e18837305d9ece37d86dae6a1e4 [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + KRYO + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07002 "//incubator/store:onos-incubator-store",
3 "//incubator/api:onos-incubator-api",
4 "//core/common:onos-core-common",
Ray Milkey7dac7da2017-08-01 16:56:05 -07005]
6
7TEST_DEPS = TEST_REST + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07008 "//incubator/api:onos-incubator-api-tests",
Ray Milkey7dac7da2017-08-01 16:56:05 -07009]
10
Ray Milkey0bcdfd12018-05-23 14:07:19 -070011osgi_jar_with_tests(
Ray Milkey7dac7da2017-08-01 16:56:05 -070012 exclude_tests = [
Ray Milkey0bcdfd12018-05-23 14:07:19 -070013 "org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManagerTest",
Ray Milkey7dac7da2017-08-01 16:56:05 -070014 ],
Ray Milkey0bcdfd12018-05-23 14:07:19 -070015 test_deps = TEST_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070016 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -070017 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070018)