Update sample-parent-context following changes to integration starter

See gh-5528
This commit is contained in:
Andy Wilkinson
2016-04-18 15:35:27 +01:00
parent a2489b01aa
commit b9d7a39693
3 changed files with 57 additions and 22 deletions

View File

@@ -28,6 +28,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-file</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-jmx</artifactId>