POM structure corrections

- move all intra-project deps to dependency management
- remove redundant overrides of Spring Integration Kafka
This commit is contained in:
Marius Bogoevici
2017-07-19 10:23:57 -04:00
parent a146255433
commit f473b3b42f
4 changed files with 16 additions and 6 deletions

16
pom.xml
View File

@@ -28,6 +28,22 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-test-support</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>