<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>5.0.6.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='5.0.6.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.9.5
|-- io.projectreactor.ipc:reactor-netty
|-- javax.xml.bind:jaxb-api:2.3.0
|-- org.eclipse.jetty.websocket:websocket-client:9.4.10.v20180503
|-- org.eclipse.jetty.websocket:websocket-server:9.4.10.v20180503
|-- org.springframework:spring-beans:5.0.6.RELEASE
|-- org.springframework:spring-context:5.0.6.RELEASE