We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3c889 commit 0716ec3Copy full SHA for 0716ec3
pom.xml
@@ -40,6 +40,13 @@
40
41
<dependencyManagement>
42
<dependencies>
43
+ <dependency>
44
+ <groupId>org.springframework</groupId>
45
+ <artifactId>spring-framework-bom</artifactId>
46
+ <version>6.2.4-SNAPSHOT</version>
47
+ <type>pom</type>
48
+ <scope>import</scope>
49
+ </dependency>
50
<dependency>
51
<groupId>org.springframework.cloud</groupId>
52
<artifactId>spring-cloud-stream-dependencies</artifactId>
0 commit comments