blob: e1e477c56fdcdb54e53c997d67164852e676d6ed [file] [log] [blame]
Jian Li762bc222020-12-19 01:26:57 +09001COMPILE_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
12TEST_DEPS = TEST_ADAPTERS + [
13 "//core/api:onos-api-tests",
14 "//core/common:onos-core-common-tests",
15]
16
17osgi_jar_with_tests(
18 test_deps = TEST_DEPS,
19 deps = COMPILE_DEPS,
20)