| COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
| "//utils/rest:onlab-rest", |
| "//protocols/rest/api:onos-protocols-rest-api", |
| "org.onosproject.restsb", |
| resources = glob(["src/main/resources/**"]), |
| resources_root = "src/main/resources", |
| test_deps = TEST_ADAPTERS, |
| app_name = "org.onosproject.drivers.server", |
| description = "ONOS southbound drivers for commodity servers", |
| included_bundles = BUNDLES, |
| origin = "KTH Royal Institute of Technology & RISE SICS", |
| required_apps = REQUIRED_APPS, |
| title = "Server Device Drivers", |
| url = "https://github.com/gkatsikas/onos/tree/metron-driver", |