BAEL-2435 Change dependency
Change the autoconfigure dependency to the starter dependency of Axon
This commit is contained in:
parent
03306112bd
commit
0cf67f5dbe
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue