Remove the hard-coded versions for Spring Integration in pom.xml
Spring Cloud Stream already gets it through Spring Boot Fixes #1103 Fixes #1104
This commit is contained in:
committed by
Oleg Zhurakousky
parent
1e7150205f
commit
66526d1176
@@ -33,12 +33,10 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-core</artifactId>
|
||||
<version>5.0.0.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-jmx</artifactId>
|
||||
<version>5.0.0.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
|
||||
Reference in New Issue
Block a user