Remove test-jar from 'spring-cloud-stream-binder-test'

Resolves #2568
This commit is contained in:
Oleg Zhurakousky
2022-11-29 10:34:41 -08:00
parent bc094e0ec4
commit d99be4cf87

View File

@@ -44,11 +44,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<type>test-jar</type>
<classifier>test-binder</classifier>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.cloud</groupId>-->
<!-- <artifactId>spring-cloud-stream</artifactId>-->
<!-- <type>test-jar</type>-->
<!-- <classifier>test-binder</classifier>-->
<!-- </dependency>-->
</dependencies>
</project>