blob: 7a2b9b69e2fa9d53cea014990d92ab27790a5e36 [file] [log] [blame]
gyewan.an91d7e7e2019-01-17 15:12:48 +09001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + KRYO + [
Ray Milkey816db102018-05-30 14:16:37 -07002 "@ganymed_ssh2//jar",
Ray Milkey816db102018-05-30 14:16:37 -07003 "@sshd_core//jar",
4 "@bcpkix_jdk15on//jar",
5 "@bcprov_jdk15on//jar",
gyewan.an91d7e7e2019-01-17 15:12:48 +09006 "@org_osgi_service_cm//jar",
7 "//core/store/serializers:onos-core-serializers",
Ray Milkey816db102018-05-30 14:16:37 -07008 "//protocols/netconf/api:onos-protocols-netconf-api",
Ray Milkey816db102018-05-30 14:16:37 -07009]
10
11TEST_DEPS = TEST_ADAPTERS + [
12 "//utils/osgi:onlab-osgi-tests",
13 "//core/api:onos-api-tests",
14]
15
16osgi_jar_with_tests(
Ray Milkeyec20a292018-10-11 15:53:33 -070017 karaf_command_packages = ["org.onosproject.netconf.cli.impl"],
Ray Milkey816db102018-05-30 14:16:37 -070018 test_deps = TEST_DEPS,
19 deps = COMPILE_DEPS,
20)