Jian Li | 6e4da2f | 2018-05-21 18:11:31 +0900 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Jian Li | ff8b9f9 | 2018-06-05 17:36:37 +0900 | [diff] [blame] | 3 | '//lib:kafka-clients', |
| 4 | '//lib:jersey-client', |
| 5 | '//lib:javax.ws.rs-api', |
| 6 | '//lib:influxdb-java', |
Jian Li | 6e4da2f | 2018-05-21 18:11:31 +0900 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | TEST_DEPS = [ |
| 10 | '//lib:TEST_ADAPTERS', |
| 11 | '//core/api:onos-api-tests', |
| 12 | '//core/common:onos-core-common-tests', |
| 13 | ] |
| 14 | |
| 15 | osgi_jar_with_tests ( |
| 16 | deps = COMPILE_DEPS, |
Jian Li | 753280e | 2018-07-03 02:24:34 +0900 | [diff] [blame] | 17 | test_deps = TEST_DEPS, |
Jian Li | 6e4da2f | 2018-05-21 18:11:31 +0900 | [diff] [blame] | 18 | ) |