Update spring-cloud-stream.adoc

This commit is contained in:
igor
2020-11-23 16:24:47 +01:00
committed by Oleg Zhurakousky
parent 02c642ff99
commit b48485e7fa

View File

@@ -2611,7 +2611,7 @@ To enable Spring Integration Test Binder all you need is:
***Add required dependencies***
Below is the example of the required Maven POM entries which could be easily retrofitted into Gradle.
Below is the example of the required Maven POM entries.
[source,xml]
----
@@ -2625,6 +2625,20 @@ Below is the example of the required Maven POM entries which could be easily ret
</dependency>
----
Or for build.gradle.kts
[source,kotlin]
---
testImplementation("org.springframework.cloud:spring-cloud-stream") {
artifact {
name = "spring-cloud-stream"
extension = "jar"
type ="test-jar"
classifier = "test-binder"
}
}
---
***Remove the dependency for `spring-cloud-stream-test-support`***
To avoid conflicts with the existing test binder you must remove the following entry