Add JMX support to the Spring Integration starter

Closes gh-1440
This commit is contained in:
Stephane Nicoll
2016-05-13 16:33:20 +02:00
parent c820d94f1a
commit dcb4fe8304
5 changed files with 11 additions and 13 deletions

View File

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