BAEL-2435 Change dependency

Change the autoconfigure dependency to the starter dependency of Axon
This commit is contained in:
Steven van Beelen 2018-12-31 13:45:58 +01:00
parent 03306112bd
commit 0cf67f5dbe
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-autoconfigure</artifactId>
<artifactId>axon-spring-boot-starter</artifactId>
<version>${axon.version}</version>
<exclusions>
<exclusion>