Sean Condon | 3c31a5a | 2018-02-26 20:27:29 +0000 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:javax.ws.rs-api', |
| 4 | '//utils/rest:onlab-rest', |
| 5 | '//lib:JACKSON', |
| 6 | '//cli:onos-cli', |
| 7 | '//lib:org.apache.karaf.shell.console', |
Sean Condon | 6aad284 | 2018-02-26 23:16:36 +0000 | [diff] [blame] | 8 | '//apps/cfm/api:onos-apps-cfm-api', |
Sean Condon | 3c31a5a | 2018-02-26 20:27:29 +0000 | [diff] [blame] | 9 | ] |
| 10 | |
| 11 | TEST_DEPS = [ |
| 12 | '//lib:TEST_REST', |
| 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, |
| 20 | web_context = '/onos/cfm', |
| 21 | api_title = 'L2 Monitoring CFM', |
| 22 | api_version = '1.0', |
| 23 | api_description = 'REST API for L2 Monitoring CFM', |
| 24 | api_package = 'org.onosproject.soam.rest', |
| 25 | ) |