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