Browse Source

Add spring-messaging

pull/50/head
Dave Syer 13 years ago committed by Phillip Webb
parent
commit
8bc06b4ee8
  1. 5
      spring-boot-dependencies/pom.xml

5
spring-boot-dependencies/pom.xml

@ -283,6 +283,11 @@ @@ -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