| Jian Li | 3573439 | 2016-07-14 11:55:24 +0900 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', | ||||
| Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:NETTY', |
| Jian Li | ac32718 | 2016-07-21 09:31:02 +0900 | [diff] [blame] | 4 | '//lib:netty-buffer' |
| Jian Li | 3573439 | 2016-07-14 11:55:24 +0900 | [diff] [blame] | 5 | ] |
| 6 | |||||
| 7 | TEST_DEPS = [ | ||||
| 8 | '//lib:TEST_ADAPTERS', | ||||
| 9 | '//utils/osgi:onlab-osgi-tests', | ||||
| 10 | '//core/api:onos-api-tests', | ||||
| 11 | ] | ||||
| 12 | |||||
| 13 | osgi_jar_with_tests ( | ||||
| 14 | deps = COMPILE_DEPS, | ||||
| 15 | test_deps = TEST_DEPS, | ||||
| 16 | ) | ||||
| 17 | |||||