#143 Added Camel dependency

This commit is contained in:
Ilkka Seppala
2015-08-22 15:43:44 +03:00
parent c4912b2a2b
commit cd4d420376
4 changed files with 19 additions and 3 deletions

View File

@ -10,6 +10,10 @@
</parent>
<artifactId>message-channel</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>