Re-enable route-service REST APIs

Why they were disabled it's a mystery...

Change-Id: I245147e0cd0acd004bc97d34ecc1dd318290c2d4
This commit is contained in:
Carmelo Cascone 2019-03-21 17:56:17 -07:00
parent 293b04aacb
commit b08c7c413f

View File

@ -11,12 +11,12 @@ TEST_DEPS = TEST + [
]
osgi_jar_with_tests(
api_description = "REST API for Route Service App",
api_package = "org.onosproject.routeservice.rest",
api_title = "Route Service App",
api_version = "1.0",
karaf_command_packages = ["org.onosproject.routeservice.cli"],
test_deps = TEST_DEPS,
web_context = "/onos/routeservice",
deps = COMPILE_DEPS,
#web_context = "/onos/routeservice",
#api_title = "Route Service App",
#api_version = "1.0",
#api_description = "REST API for Route Service App",
#api_package = "org.onosproject.routeservice.rest",
)