Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + [ |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 2 | "//incubator/store:onos-incubator-store", |
| 3 | "//incubator/api:onos-incubator-api", |
| 4 | "//core/common:onos-core-common", |
| 5 | "@openflowj//jar", |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 6 | "@io_netty_netty_transport//jar", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | TEST_DEPS = TEST + [ |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 10 | "//core/api:onos-api-tests", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 11 | ] |
| 12 | |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 13 | osgi_jar_with_tests( |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 14 | test_deps = TEST_DEPS, |
| 15 | visibility = ["//visibility:public"], |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 16 | deps = COMPILE_DEPS, |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 17 | ) |