Kyuhwi Choi | c5b33ea | 2016-04-26 11:45:32 +0900 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Thomas Vachuska | d1962b7 | 2016-05-04 17:24:00 -0700 | [diff] [blame] | 3 | '//apps/scalablegateway/api:onos-apps-scalablegateway-api', |
Kyuhwi Choi | c5b33ea | 2016-04-26 11:45:32 +0900 | [diff] [blame] | 4 | ] |
5 | |||||
6 | TEST_DEPS = [ | ||||
7 | '//lib:TEST_ADAPTERS', | ||||
8 | ] | ||||
9 | |||||
10 | osgi_jar_with_tests ( | ||||
Thomas Vachuska | d1962b7 | 2016-05-04 17:24:00 -0700 | [diff] [blame] | 11 | deps = COMPILE_DEPS, |
Kyuhwi Choi | c5b33ea | 2016-04-26 11:45:32 +0900 | [diff] [blame] | 12 | test_deps = TEST_DEPS, |
13 | ) |