[
https://issues.apache.org/jira/browse/CAMEL-9423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15059572#comment-15059572
]
Claus Ibsen commented on CAMEL-9423:
------------------------------------
Thanks a PR to fix this is welcome
http://camel.apache.org/contributing
> dependency on restlet in camel-rx module does have default scope
> ----------------------------------------------------------------
>
> Key: CAMEL-9423
> URL: https://issues.apache.org/jira/browse/CAMEL-9423
> Project: Camel
> Issue Type: Bug
> Components: camel-rx
> Affects Versions: 2.16.1
> Reporter: Miroslav Matejovsky
> Priority: Trivial
> Fix For: 2.16.2, 2.17.0
>
>
> just replace
> {code}
> <dependency>
> <groupId>org.apache.camel</groupId>
> <artifactId>camel-restlet</artifactId>
> </dependency>
> {code}
> with
> {code}
> <dependency>
> <groupId>org.apache.camel</groupId>
> <artifactId>camel-restlet</artifactId>
> <scope>test</scope>
> </dependency>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)