Ray Milkey | a5ff8a7 | 2016-04-19 09:43:45 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:javax.ws.rs-api', |
| 4 | '//utils/rest:onlab-rest', |
| 5 | '//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc', |
| 6 | ] |
| 7 | |
| 8 | TEST_DEPS = [ |
| 9 | '//lib:TEST_REST', |
| 10 | '//utils/osgi:onlab-osgi-tests', |
| 11 | '//web/api:onos-rest-tests', |
| 12 | ] |
| 13 | |
| 14 | osgi_jar_with_tests ( |
| 15 | deps = COMPILE_DEPS, |
| 16 | test_deps = TEST_DEPS, |
Bharat saraswal | 1729916 | 2017-02-28 09:51:16 +0530 | [diff] [blame] | 17 | web_context = '/onos/vtn', |
Ray Milkey | a5ff8a7 | 2016-04-19 09:43:45 -0700 | [diff] [blame] | 18 | ) |