<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.2.9.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='4.2.9.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.6.7
|-- io.netty:netty-all:4.0.42.Final
|-- io.projectreactor:reactor-core:2.0.8.RELEASE
|-- io.projectreactor:reactor-net:2.0.8.RELEASE
|-- org.eclipse.jetty.websocket:websocket-client:9.3.9.v20160517
|-- org.eclipse.jetty.websocket:websocket-server:9.3.9.v20160517
|-- org.springframework:spring-beans:4.2.9.RELEASE
|-- org.springframework:spring-context:4.2.9.RELEASE