Andrea Campanella | 545edb4 | 2018-03-20 16:37:29 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:JACKSON', |
| 4 | '//utils/rest:onlab-rest', |
| 5 | '//lib:javax.ws.rs-api', |
Andrea Campanella | 644a8a6 | 2018-03-21 19:08:21 -0700 | [diff] [blame] | 6 | '//apps/mcast/api:onos-apps-mcast-api' |
Andrea Campanella | 545edb4 | 2018-03-20 16:37:29 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | TEST_DEPS = [ |
| 10 | '//lib:TEST_ADAPTERS', |
| 11 | '//lib:jersey-test-framework-core', |
| 12 | '//lib:jersey-test-framework-jetty', |
| 13 | '//utils/osgi:onlab-osgi-tests', |
| 14 | '//web/api:onos-rest-tests', |
| 15 | ] |
| 16 | |
| 17 | osgi_jar_with_tests ( |
| 18 | deps = COMPILE_DEPS, |
| 19 | test_deps = TEST_DEPS, |
Andrea Campanella | 644a8a6 | 2018-03-21 19:08:21 -0700 | [diff] [blame] | 20 | web_context = '/onos/mcast', |
| 21 | api_title = 'Multicast API', |
| 22 | api_version = '1.0', |
| 23 | api_description = 'REST API for Multicast', |
| 24 | api_package = 'org.onosproject.mcast.web', |
Andrea Campanella | 545edb4 | 2018-03-20 16:37:29 -0700 | [diff] [blame] | 25 | ) |