Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + [ |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 2 | "@io_netty_netty_transport//jar", |
3 | "@io_netty_netty_codec//jar", | ||||
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 4 | "//protocols/tl1/api:onos-protocols-tl1-api", |
5 | ] | ||||
6 | |||||
7 | TEST_DEPS = TEST_ADAPTERS + [ | ||||
8 | "//utils/osgi:onlab-osgi-tests", | ||||
9 | "//core/api:onos-api-tests", | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar_with_tests( | ||||
13 | test_deps = TEST_DEPS, | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | ) |