blob: 23c4b4eb79a9de9c06718f28091955ac50ea23f1 [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = COMPILE + NETTY + JACKSON + METRICS + KRYO + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07002 "//utils/misc:onlab-misc",
3 "//utils/osgi:onlab-osgi",
4 "//utils/rest:onlab-rest",
5 "@joda_time//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -07006 "@io_netty_netty//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -07007]
8
Ray Milkey0bcdfd12018-05-23 14:07:19 -07009osgi_jar_with_tests(
10 name = "onos-api",
Ray Milkey7dac7da2017-08-01 16:56:05 -070011 exclude_tests = [
Ray Milkey0bcdfd12018-05-23 14:07:19 -070012 "org.onosproject.net.config.basics.AbstractConfigTest",
13 "org.onosproject.net.driver.AbstractDriverLoaderTest",
14 "org.onosproject.net.intent.AbstractIntentTest",
15 "org.onosproject.net.intent.ConnectivityIntentTest",
16 "org.onosproject.net.intent.IntentTest",
17 "org.onosproject.net.pi.runtime.PiConstantsTest",
18 "org.onosproject.security.SecurityUtilTest",
19 "org.onosproject.ui.AbstractUiTest",
20 "org.onosproject.ui.model.AbstractUiModelTest",
21 "org.onosproject.net.behaviour.QosIdTest",
Ray Milkey7dac7da2017-08-01 16:56:05 -070022 ],
23 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -070024 deps = COMPILE_DEPS,
Carmelo Cascone41644362018-08-09 16:56:43 -070025 #javadoc_files = glob(["src/main/javadoc/**/*"]),
26 #javadoc_files_root = "src/main/javadoc",
Ray Milkey7dac7da2017-08-01 16:56:05 -070027)