<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>5.1.15.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='5.1.15.RELEASE')
)
compile
|-- org.springframework:spring-beans:5.1.15.RELEASE
|-- org.springframework:spring-core:5.1.15.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.9.9
|-- io.projectreactor.netty:reactor-netty:0.8.18.RELEASE
|-- javax.xml.bind:jaxb-api:2.3.1