diff --git a/examples/routes-rest.js b/examples/routes-rest.js index e3d86cebdf..264af31b64 100644 --- a/examples/routes-rest.js +++ b/examples/routes-rest.js @@ -17,13 +17,9 @@ // // To run this integrations use: // -// kamel run --name=withrest --dependency=camel-undertow examples/routes-rest.js +// kamel run --name=withrest examples/routes-rest.js // -c = restConfiguration(); -c.setComponent('undertow'); -c.setPort('8080'); - rest('/say/hello') .produces("text/plain") .get()