<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>3.1.3</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream', version='3.1.3')
)
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream-parent</artifactId> <version>3.1.3</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-starter-validation
|-- org.springframework:spring-messaging
|-- org.springframework.integration:spring-integration-core
|-- org.springframework.integration:spring-integration-jmx
|-- org.springframework.retry:spring-retry
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.cloud:spring-cloud-function-context
|-- org.springframework.boot:spring-boot-autoconfigure-processor
test
|-- org.springframework.integration:spring-integration-test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework.integration:spring-integration-http