Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
| 2 | "@jersey_server//jar", |
| 3 | "@javax_ws_rs_api//jar", |
Andrea Campanella | 4828f18 | 2018-08-24 14:18:37 +0200 | [diff] [blame] | 4 | "@servlet_api//jar", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 5 | "@javax_inject//jar", |
| 6 | "//utils/rest:onlab-rest", |
| 7 | "//apps/restconf/api:onos-apps-restconf-api", |
| 8 | ] |
| 9 | |
| 10 | TEST_DEPS = TEST_REST + [ |
| 11 | "//utils/osgi:onlab-osgi-tests", |
| 12 | "//web/api:onos-rest-tests", |
| 13 | ] |
| 14 | |
| 15 | osgi_jar_with_tests( |
Andrea Campanella | 4828f18 | 2018-08-24 14:18:37 +0200 | [diff] [blame] | 16 | exclude_tests = ["org.onosproject.protocol.restconf.server.rpp.RestconfWebResourceTest"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 17 | test_deps = TEST_DEPS, |
| 18 | web_context = "/onos/restconf", |
| 19 | deps = COMPILE_DEPS, |
| 20 | ) |