camel-restlet - Let engine be in the pom.xml
--------------------------------------------
Key: CAMEL-3243
URL: https://issues.apache.org/activemq/browse/CAMEL-3243
Project: Apache Camel
Issue Type: Improvement
Components: camel-restlet
Affects Versions: 2.4.0
Reporter: Claus Ibsen
Priority: Minor
Fix For: 2.6.0
When using camel-restlet you need to include a restlet engine in the classpath.
And therefore you need to add
<groupId>com.noelios.restlet</groupId>
<artifactId>com.noelios.restlet</artifactId>
to the runtime classpath. We have it defined as test scope in the pom.xml. We
should change that to compile.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.