blob: fd859b95109f77ef3442b24e44e8ac284eee19eb [file] [log] [blame]
Jian Li9e43ec12019-01-21 23:04:23 +09001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + REST + [
2 "//core/store/serializers:onos-core-serializers",
3 "//apps/k8s-node/api:onos-apps-k8s-node-api",
4]
5
Jian Li49109b52019-01-22 00:17:28 +09006TEST_DEPS = TEST_ADAPTERS + TEST_REST + [
Jian Li9e43ec12019-01-21 23:04:23 +09007 "//core/api:onos-api-tests",
8 "//core/common:onos-core-common-tests",
Jian Li49109b52019-01-22 00:17:28 +09009 "//web/api:onos-rest-tests",
Jian Li9e43ec12019-01-21 23:04:23 +090010]
11
12osgi_jar_with_tests(
13 karaf_command_packages = ["org.onosproject.k8snode.cli"],
14 test_deps = TEST_DEPS,
15 deps = COMPILE_DEPS,
16)