Henry Yu | e20926e | 2016-08-25 22:58:02 -0400 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:jersey-client', |
| 4 | '//lib:jersey-server', |
| 5 | '//lib:javax.ws.rs-api', |
| 6 | '//utils/rest:onlab-rest', |
| 7 | '//protocols/restconf/server/api:onos-protocols-restconf-server-api', |
| 8 | '//protocols/restconf/server/restconfmgr:onos-protocols-restconf-server-restconfmgr', |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
Henry Yu | 47df0e3 | 2016-12-05 18:39:10 -0500 | [diff] [blame] | 13 | web_context = '/onos/restconf', |
Henry Yu | e20926e | 2016-08-25 22:58:02 -0400 | [diff] [blame] | 14 | ) |