Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + REST + CLI + [ |
Ray Milkey | 25747d8 | 2018-06-13 14:12:51 -0700 | [diff] [blame] | 2 | "//apps/dhcp/api:onos-apps-dhcp-api", |
Ray Milkey | 25747d8 | 2018-06-13 14:12:51 -0700 | [diff] [blame] | 3 | "//core/store/serializers:onos-core-serializers", |
Ray Milkey | 25747d8 | 2018-06-13 14:12:51 -0700 | [diff] [blame] | 4 | ] |
| 5 | |
| 6 | osgi_jar_with_tests( |
| 7 | api_description = "REST API for DHCP Server", |
| 8 | api_package = "org.onosproject.dhcp.rest", |
| 9 | api_title = "DHCP Server", |
| 10 | api_version = "1.0", |
Ray Milkey | b3a5b8d | 2018-10-03 11:16:11 -0700 | [diff] [blame] | 11 | karaf_command_packages = ["org.onosproject.dhcp.cli"], |
Ray Milkey | 25747d8 | 2018-06-13 14:12:51 -0700 | [diff] [blame] | 12 | test_deps = TEST_ADAPTERS, |
| 13 | web_context = "/onos/dhcp", |
| 14 | deps = COMPILE_DEPS, |
| 15 | ) |