Make sure integration still works in CLI

This commit is contained in:
Dave Syer
2013-12-30 11:19:52 +00:00
parent aa2b020660
commit 4cfc7b6ad9
6 changed files with 59 additions and 8 deletions

View File

@@ -122,6 +122,11 @@
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>${project.groupId}</groupId>