#143 Work on the example code

This commit is contained in:
Ilkka Seppala
2015-08-22 16:37:19 +03:00
parent cd4d420376
commit acd7070831
3 changed files with 23 additions and 1 deletions

View File

@ -111,6 +111,11 @@
<artifactId>camel-core</artifactId>
<version>${camel.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-stream</artifactId>
<version>${camel.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>