Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = COMPILE + NETTY + JACKSON + METRICS + KRYO + [ |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 2 | "//utils/misc:onlab-misc", |
| 3 | "//utils/osgi:onlab-osgi", |
| 4 | "//utils/rest:onlab-rest", |
| 5 | "@joda_time//jar", |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 6 | "@io_netty_netty//jar", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 9 | osgi_jar_with_tests( |
| 10 | name = "onos-api", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 11 | exclude_tests = [ |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 12 | "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 Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 22 | ], |
| 23 | visibility = ["//visibility:public"], |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 24 | deps = COMPILE_DEPS, |
Carmelo Cascone | 4164436 | 2018-08-09 16:56:43 -0700 | [diff] [blame] | 25 | #javadoc_files = glob(["src/main/javadoc/**/*"]), |
| 26 | #javadoc_files_root = "src/main/javadoc", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 27 | ) |