Skip to content

Commit 4ee4c78

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docker/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,16 @@
6868
</plugin>
6969
</plugins>
7070
</build>
71+
<dependencyManagement>
72+
<dependencies>
73+
<dependency>
74+
<groupId>org.springframework.cloud</groupId>
75+
<artifactId>spring-cloud-stream-dependencies</artifactId>
76+
<version>${spring-cloud-stream.version}</version>
77+
<type>pom</type>
78+
<scope>import</scope>
79+
</dependency>
80+
</dependencies>
81+
</dependencyManagement>
7182

7283
</project>

0 commit comments

Comments
 (0)