blob: 5d1f80083b9eaff0eebf592eec31c65361cf8207 [file] [log] [blame]
Ray Milkey25747d82018-06-13 14:12:51 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [
2 "@javax_ws_rs_api//jar",
3 "@org_apache_karaf_shell_console//jar",
4 "//apps/dhcp/api:onos-apps-dhcp-api",
5 "//utils/rest:onlab-rest",
6 "//core/store/serializers:onos-core-serializers",
7 "//cli:onos-cli",
8]
9
10osgi_jar_with_tests(
11 api_description = "REST API for DHCP Server",
12 api_package = "org.onosproject.dhcp.rest",
13 api_title = "DHCP Server",
14 api_version = "1.0",
15 test_deps = TEST_ADAPTERS,
16 web_context = "/onos/dhcp",
17 deps = COMPILE_DEPS,
18)