Update Axon dependency

Update the Axon Framework version to 4.1.1. Additionally, drop the
 exclusion on axon-server-connector, as the page will be adjusted to
 use Axon Server SE.

BAEL-2345
This commit is contained in:
Steven van Beelen 2019-07-10 13:26:48 +02:00
parent 26f8cd1c8d
commit 65183f082d
1 changed files with 1 additions and 7 deletions

View File

@ -18,12 +18,6 @@
<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-starter</artifactId>
<version>${axon.version}</version>
<exclusions>
<exclusion>
<groupId>org.axonframework</groupId>
<artifactId>axon-server-connector</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@ -58,7 +52,7 @@
</dependencies>
<properties>
<axon.version>4.0.3</axon.version>
<axon.version>4.1.1</axon.version>
</properties>
</project>