[
https://issues.apache.org/jira/browse/CAMEL-9423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15059637#comment-15059637
]
ASF GitHub Bot commented on CAMEL-9423:
---------------------------------------
GitHub user bassmake opened a pull request:
https://github.com/apache/camel/pull/733
CAMEL-9423: changed scope to test for camel-restlet dependency
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bassmake/camel CAMEL-9423
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/733.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #733
----
commit 88ee199b56d6b4c79d658c63ff6152d6ffacbc70
Author: bsmk <[email protected]>
Date: 2015-12-16T07:29:25Z
CAMEL-9423: changed scope to test for camel-restlet dependency
----
> 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)