Jian Li | e2a53cb | 2020-12-19 01:26:57 +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 | "@commons_net//jar", | ||||
10 | ] | ||||
11 | |||||
12 | TEST_DEPS = TEST_ADAPTERS + [ | ||||
13 | "//core/api:onos-api-tests", | ||||
14 | "//core/common:onos-core-common-tests", | ||||
15 | ] | ||||
16 | |||||
17 | osgi_jar_with_tests( | ||||
18 | test_deps = TEST_DEPS, | ||||
19 | deps = COMPILE_DEPS, | ||||
20 | ) |