<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.0.8.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-messaging', version='4.0.8.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.3.4
|-- org.eclipse.jetty.websocket:websocket-client:9.1.5.v20140505
|-- org.eclipse.jetty.websocket:websocket-server:9.1.5.v20140505
|-- org.projectreactor:reactor-core:1.1.4.RELEASE
|-- org.projectreactor:reactor-net:1.1.4.RELEASE
|-- org.projectreactor:reactor-tcp:1.0.1.RELEASE
|-- org.springframework:spring-beans:4.0.8.RELEASE