gyewan.an | 91d7e7e | 2019-01-17 15:12:48 +0900 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + KRYO + [ |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 2 | "@ganymed_ssh2//jar", |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 3 | "@sshd_core//jar", |
| 4 | "@bcpkix_jdk15on//jar", |
| 5 | "@bcprov_jdk15on//jar", |
gyewan.an | 91d7e7e | 2019-01-17 15:12:48 +0900 | [diff] [blame] | 6 | "@org_osgi_service_cm//jar", |
| 7 | "//core/store/serializers:onos-core-serializers", |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 8 | "//protocols/netconf/api:onos-protocols-netconf-api", |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 9 | ] |
| 10 | |
| 11 | TEST_DEPS = TEST_ADAPTERS + [ |
| 12 | "//utils/osgi:onlab-osgi-tests", |
| 13 | "//core/api:onos-api-tests", |
| 14 | ] |
| 15 | |
| 16 | osgi_jar_with_tests( |
Ray Milkey | ec20a29 | 2018-10-11 15:53:33 -0700 | [diff] [blame] | 17 | karaf_command_packages = ["org.onosproject.netconf.cli.impl"], |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 18 | test_deps = TEST_DEPS, |
| 19 | deps = COMPILE_DEPS, |
| 20 | ) |