Add spring-messaging

pull/50/head
Dave Syer 11 years ago committed by Phillip Webb
parent 38e565e920
commit 8bc06b4ee8

@ -283,6 +283,11 @@
<artifactId>spring-jms</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>

Loading…
Cancel
Save