Jin Gan | 79f7537 | 2017-01-05 15:08:11 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:jersey-client', |
| 4 | '//lib:jersey-server', |
| 5 | '//lib:javax.ws.rs-api', |
jingan | 7c5bf1f | 2017-02-09 02:58:09 -0800 | [diff] [blame] | 6 | '//incubator/api:onos-incubator-api', |
| 7 | '//lib:COMPILE', |
Jin Gan | 79f7537 | 2017-01-05 15:08:11 -0800 | [diff] [blame] | 8 | '//core/store/serializers:onos-core-serializers', |
| 9 | '//apps/restconf/api:onos-apps-restconf-api', |
jingan | 7c5bf1f | 2017-02-09 02:58:09 -0800 | [diff] [blame] | 10 | '//apps/restconf/utils:onos-apps-restconf-utils', |
| 11 | '//apps/config:onos-apps-config', |
sonugupta-huawei | f0af7aa | 2017-03-17 00:54:52 +0530 | [diff] [blame] | 12 | '//lib:onos-yang-runtime', |
Jin Gan | 79f7537 | 2017-01-05 15:08:11 -0800 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | osgi_jar_with_tests ( |
| 16 | deps = COMPILE_DEPS, |
jingan | 7c5bf1f | 2017-02-09 02:58:09 -0800 | [diff] [blame] | 17 | ) |