Updated to replace dependency for stream tests

This commit is contained in:
Glenn Renfro
2022-12-01 08:42:54 -05:00
parent 77c83fbaa1
commit ba28df6dc0
6 changed files with 6 additions and 16 deletions

View File

@@ -64,10 +64,8 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<artifactId> spring-cloud-stream-test-binder</artifactId>
<version>${spring-cloud-stream.version}</version>
<type>test-jar</type>
<classifier>test-binder</classifier>
<scope>test</scope>
</dependency>
</dependencies>