blob: 209e29d5b70065018ecbd413cf7d120d724eabae [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',
10]
11
Ray Milkeyaeb00792016-04-20 16:15:21 -070012osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013 deps = COMPILE_DEPS,
Ray Milkey94c31552016-04-27 15:36:05 -070014 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015)
16