Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Commit

Permalink
fix(runtime): Missing camel-jackson dependenc...
Browse files Browse the repository at this point in the history
...y at runtime (#2)

This declares `camel-jackson` and `camel-jsonpath` as runtime
dependencies, as they are currently needed at runtime.
  • Loading branch information
zregvart committed Jul 11, 2017
1 parent c9ccabf commit edd9dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jackson</artifactId>
<scope>test</scope>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jsonpath</artifactId>
<scope>test</scope>
<scope>runtime</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit edd9dc8

Please sign in to comment.