Jian Li | d893a66 | 2019-02-19 11:18:54 +0900 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
2 | "@k8s_client//jar", | ||||
3 | "@k8s_model//jar", | ||||
4 | "@okhttp//jar", | ||||
5 | "@okio//jar", | ||||
6 | "@logging_interceptor//jar", | ||||
7 | "@jackson_dataformat_yaml//jar", | ||||
8 | "@snakeyaml//jar", | ||||
9 | ] | ||||
Jian Li | fc55e42 | 2019-01-21 14:39:34 +0900 | [diff] [blame] | 10 | |
11 | TEST_DEPS = TEST_ADAPTERS + [ | ||||
12 | "//core/api:onos-api-tests", | ||||
13 | "//core/common:onos-core-common-tests", | ||||
14 | ] | ||||
15 | |||||
16 | osgi_jar_with_tests( | ||||
17 | test_deps = TEST_DEPS, | ||||
18 | deps = COMPILE_DEPS, | ||||
19 | ) |