blob: 8271185228b524f95c02cbbd2079c2b1e5097f0e [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:ganymed-ssh2',
Ray Milkeyaeb00792016-04-20 16:15:21 -07004 '//protocols/netconf/api:onos-protocols-netconf-api'
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005]
6
Ray Milkey94c31552016-04-27 15:36:05 -07007TEST_DEPS = [
8 '//lib:TEST_ADAPTERS',
9 '//utils/osgi:onlab-osgi-tests',
helenyrwu0407c642016-06-09 12:01:30 -070010 '//core/api:onos-api-tests',
Sean Condond2c8d472017-02-17 17:09:39 +000011 '//lib:sshd-core'
Ray Milkey94c31552016-04-27 15:36:05 -070012]
13
Ray Milkeyaeb00792016-04-20 16:15:21 -070014osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015 deps = COMPILE_DEPS,
Ray Milkey94c31552016-04-27 15:36:05 -070016 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080017)
18