Vidyashree Rama | 3c50361 | 2017-05-10 13:55:34 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
sonugupta-huawei | 8e01942 | 2017-10-18 17:06:33 +0530 | [diff] [blame] | 3 | '//lib:JACKSON', |
Vidyashree Rama | 3c50361 | 2017-05-10 13:55:34 +0530 | [diff] [blame] | 4 | '//lib:javax.ws.rs-api', |
| 5 | '//utils/rest:onlab-rest', |
| 6 | '//lib:jersey-media-multipart', |
| 7 | '//lib:onos-yang-model', |
| 8 | '//lib:onos-yang-compiler-api', |
| 9 | '//lib:onos-yang-runtime', |
Thomas Vachuska | ad37e37 | 2017-08-03 12:07:01 -0700 | [diff] [blame] | 10 | '//apps/yang:onos-apps-yang' |
Vidyashree Rama | 3c50361 | 2017-05-10 13:55:34 +0530 | [diff] [blame] | 11 | ] |
| 12 | |
| 13 | TEST_DEPS = [ |
| 14 | '//lib:TEST_REST', |
| 15 | '//utils/osgi:onlab-osgi-tests', |
| 16 | '//web/api:onos-rest-tests', |
| 17 | ] |
| 18 | |
| 19 | osgi_jar_with_tests( |
| 20 | deps = COMPILE_DEPS, |
| 21 | test_deps = TEST_DEPS, |
| 22 | web_context = '/onos/yang', |
| 23 | ) |