Skip to content

Commit

Permalink
CAMEL-9423: changed scope to test for camel-restlet dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmk authored and davsclaus committed Dec 16, 2015
1 parent e3aa8ae commit 1e871d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/camel-rx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>

<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
Expand All @@ -50,6 +50,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-restlet</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
Expand Down

0 comments on commit 1e871d7

Please sign in to comment.