chengfan | de0799c | 2016-12-02 23:17:30 +0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//apps/yms/api:onos-apps-yms-api', |
| 4 | '//protocols/restconf/server/utils:onos-protocols-restconf-server-utils', |
Henry Yu | 05dcc21 | 2017-01-05 16:05:26 -0500 | [diff] [blame] | 5 | '//protocols/restconf/client/api:onos-protocols-restconf-client-api', |
chengfan | de0799c | 2016-12-02 23:17:30 +0800 | [diff] [blame] | 6 | ] |
| 7 | |
| 8 | TEST_DEPS = [ |
| 9 | '//lib:TEST_ADAPTERS', |
| 10 | '//utils/osgi:onlab-osgi-tests', |
| 11 | ] |
| 12 | |
| 13 | osgi_jar_with_tests ( |
| 14 | deps = COMPILE_DEPS, |
| 15 | test_deps = TEST_DEPS, |
| 16 | ) |