Adding spring-cloud-stream-dependencies

This commit is contained in:
Ryan Baxter
2022-04-27 15:05:46 -04:00
parent 195f0d00cc
commit 3773c2f50e
2 changed files with 8 additions and 0 deletions

1
.java-version Normal file
View File

@@ -0,0 +1 @@
17

View File

@@ -61,6 +61,13 @@
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>${spring-cloud-stream.version}</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>