Ray Milkey | 86ad7bb | 2018-09-27 12:32:28 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [ |
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", |
| 6 | "//protocols/netconf/api:onos-protocols-netconf-api", |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | TEST_DEPS = TEST_ADAPTERS + [ |
| 10 | "//utils/osgi:onlab-osgi-tests", |
| 11 | "//core/api:onos-api-tests", |
| 12 | ] |
| 13 | |
| 14 | osgi_jar_with_tests( |
Ray Milkey | ec20a29 | 2018-10-11 15:53:33 -0700 | [diff] [blame] | 15 | karaf_command_packages = ["org.onosproject.netconf.cli.impl"], |
Ray Milkey | 816db10 | 2018-05-30 14:16:37 -0700 | [diff] [blame] | 16 | test_deps = TEST_DEPS, |
| 17 | deps = COMPILE_DEPS, |
| 18 | ) |