Polish "Add activemq starter" contribution

Closes gh-6010
This commit is contained in:
Stephane Nicoll
2016-05-26 11:40:24 +02:00
parent a5066f4d7a
commit f257b6a0b5
5 changed files with 11 additions and 14 deletions

View File

@@ -21,15 +21,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<artifactId>spring-boot-starter-activemq</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>