Provide dependency management for spring-boot-starter-artemis
Closes gh-3246
This commit is contained in:
parent
289c5d5f08
commit
ad86897c63
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue