blob: fd493f4c0d6da9645ee0f69fc544ab367bafc657 [file] [log] [blame]
Sean Condon3c31a5a2018-02-26 20:27:29 +00001COMPILE_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 Condon6aad2842018-02-26 23:16:36 +00008 '//apps/cfm/api:onos-apps-cfm-api',
Sean Condon3c31a5a2018-02-26 20:27:29 +00009]
10
11TEST_DEPS = [
12 '//lib:TEST_REST',
13 '//utils/osgi:onlab-osgi-tests',
14 '//web/api:onos-rest-tests',
15]
16
17osgi_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)