Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY |
2 | |||||
3 | TEST_DEPS = TEST_ADAPTERS + [ | ||||
4 | "//utils/osgi:onlab-osgi-tests", | ||||
5 | "//core/api:onos-api-tests", | ||||
6 | ] | ||||
7 | |||||
8 | osgi_jar_with_tests( | ||||
9 | test_deps = TEST_DEPS, | ||||
10 | deps = COMPILE_DEPS, | ||||
11 | ) |