Details
Description
just replace
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-restlet</artifactId>
</dependency>
with
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-restlet</artifactId>
<scope>test</scope>
</dependency>