blob: 7c8cb71d10a52f1e9c91a58a8e6ec1510491c963 [file] [log] [blame]
Sean Condon0e89bda2017-03-21 14:23:19 +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',
8 '//incubator/api:onos-incubator-api'
9]
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)
22
23onos_app (
24 title = 'Layer 2 Monitoring CFM Application',
25 category = 'default',
26 url = 'http://onosproject.org',
27 description = 'Layer 2 Monitoring Connectivity Fault Management App',
28)