Jian Li | c7efc1d | 2018-08-23 16:37:34 +0900 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST + [ |
| 2 | "//apps/simplefabric/api:onos-apps-simplefabric-api", |
Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 3 | "//apps/route-service/api:onos-apps-route-service-api", |
Jian Li | c7efc1d | 2018-08-23 16:37:34 +0900 | [diff] [blame] | 4 | "@concurrent_trees//jar", |
| 5 | ] |
| 6 | |
Jian Li | da0b485 | 2018-08-29 20:40:44 +0900 | [diff] [blame] | 7 | TEST_DEPS = TEST_ADAPTERS + TEST_REST + [ |
| 8 | "//core/api:onos-api-tests", |
| 9 | "//core/common:onos-core-common-tests", |
| 10 | "//web/api:onos-rest-tests", |
| 11 | ] |
| 12 | |
Jian Li | c7efc1d | 2018-08-23 16:37:34 +0900 | [diff] [blame] | 13 | osgi_jar_with_tests( |
| 14 | api_description = "REST API for Simple Fabric", |
| 15 | api_package = "org.onosproject.simplefabric.web", |
| 16 | api_title = "Simple Fabric API", |
Jian Li | da0b485 | 2018-08-29 20:40:44 +0900 | [diff] [blame] | 17 | api_version = "1.0", |
Ray Milkey | a218d43 | 2018-10-30 11:18:58 -0700 | [diff] [blame] | 18 | karaf_command_packages = ["org.onosproject.simplefabric.cli"], |
Jian Li | da0b485 | 2018-08-29 20:40:44 +0900 | [diff] [blame] | 19 | test_deps = TEST_DEPS, |
Jian Li | c7efc1d | 2018-08-23 16:37:34 +0900 | [diff] [blame] | 20 | web_context = "/onos/v1/simplefabric", |
| 21 | deps = COMPILE_DEPS, |
| 22 | ) |