You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/12/16 08:56:27 UTC

[4/6] camel git commit: CAMEL-9423: changed scope to test for camel-restlet dependency

CAMEL-9423: changed scope to test for camel-restlet dependency


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d5fddde4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d5fddde4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d5fddde4

Branch: refs/heads/camel-2.16.x
Commit: d5fddde477a1ded413eb2b8ecfc1bca29c22ffa4
Parents: 35b55e2
Author: bsmk <mi...@gmail.com>
Authored: Wed Dec 16 08:29:25 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Dec 16 08:56:05 2015 +0100

----------------------------------------------------------------------
 components/camel-rx/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d5fddde4/components/camel-rx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rx/pom.xml b/components/camel-rx/pom.xml
index 01a55cf..bd156da 100644
--- a/components/camel-rx/pom.xml
+++ b/components/camel-rx/pom.xml
@@ -39,7 +39,7 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
     </dependency>
-    
+
     <dependency>
       <groupId>io.reactivex</groupId>
       <artifactId>rxjava</artifactId>
@@ -50,6 +50,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-restlet</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>