mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-13 02:22:40 +00:00
#143 Added Camel dependency
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user