<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.1.6.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='4.1.6.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.4.5
|-- org.eclipse.jetty.websocket:websocket-client:9.2.10.v20150310
|-- org.eclipse.jetty.websocket:websocket-server:9.2.10.v20150310
|-- org.projectreactor:reactor-core:1.1.5.RELEASE
|-- org.projectreactor:reactor-net:1.1.5.RELEASE
|-- org.springframework:spring-beans:4.1.6.RELEASE