Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:NETTY', |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 4 | '//lib:netty-transport', |
| 5 | '//lib:netty-buffer', |
| 6 | '//lib:netty-codec', |
| 7 | '//protocols/tl1/api:onos-protocols-tl1-api', |
| 8 | ] |
| 9 | |
| 10 | TEST_DEPS = [ |
| 11 | '//lib:TEST_ADAPTERS', |
| 12 | '//utils/osgi:onlab-osgi-tests', |
| 13 | '//core/api:onos-api-tests', |
| 14 | ] |
| 15 | |
| 16 | osgi_jar_with_tests ( |
| 17 | deps = COMPILE_DEPS, |
| 18 | test_deps = TEST_DEPS, |
| 19 | ) |