Skip to content

Commit 65c8cf0

Browse files
committed
Set up dependency management for Spring Cloud Stream.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent b90714f commit 65c8cf0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

spring-cloud-contract-stub-runner-boot/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,15 @@
7070
</plugin>
7171
</plugins>
7272
</build>
73+
<dependencyManagement>
74+
<dependencies>
75+
<dependency>
76+
<groupId>org.springframework.cloud</groupId>
77+
<artifactId>spring-cloud-stream-dependencies</artifactId>
78+
<version>${spring-cloud-stream.version}</version>
79+
<type>pom</type>
80+
<scope>import</scope>
81+
</dependency>
82+
</dependencies>
83+
</dependencyManagement>
7384
</project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
exclusions.spring-cloud-stream-binder-rabbit= org.springframework.cloud:spring-cloud-stream-binder-rabbit
2-
dependencies.spring-cloud-stream-binder-kafka: org.springframework.cloud:spring-cloud-stream-binder-kafka:5.0.0-M1
2+
dependencies.spring-cloud-stream-binder-kafka: org.springframework.cloud:spring-cloud-stream-binder-kafka
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
exclusions.spring-cloud-stream-binder-kafka: org.springframework.cloud:spring-cloud-stream-binder-kafka
2-
dependencies.spring-cloud-stream-binder-rabbit: org.springframework.cloud:spring-cloud-stream-binder-rabbit:5.0.0-M1
2+
dependencies.spring-cloud-stream-binder-rabbit: org.springframework.cloud:spring-cloud-stream-binder-rabbit

0 commit comments

Comments
 (0)