blob: e6a782f045e10e76f8e2087d1eb59b0e80bae0f2 [file] [log] [blame]
Vidyashree Rama3c503612017-05-10 13:55:34 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:javax.ws.rs-api',
4 '//utils/rest:onlab-rest',
5 '//lib:jersey-media-multipart',
6 '//lib:onos-yang-model',
7 '//lib:onos-yang-compiler-api',
8 '//lib:onos-yang-runtime',
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/yang',
21)