Add starters

This commit is contained in:
Dave Syer
2015-08-20 11:53:33 +01:00
parent 74268a6d4a
commit 23868f35b7
7 changed files with 100 additions and 53 deletions

View File

@@ -58,6 +58,10 @@
<artifactId>spring-integration-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
@@ -109,6 +113,7 @@
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>