Provide dependency management for spring-boot-starter-artemis

Closes gh-3246
This commit is contained in:
Andy Wilkinson 2015-06-22 10:40:42 +01:00
parent 289c5d5f08
commit ad86897c63
1 changed files with 5 additions and 0 deletions

View File

@ -228,6 +228,11 @@
<artifactId>spring-boot-starter-aop</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-artemis</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-batch</artifactId>