Bill of Material for axon-framework libs
Include this bom in your dependencyManagement
section to get all framework libs in the correct matching version without explicitly mentioning them in
your dependencies
declarations.
Maven:
<dependency>
<groupId>io.holixon.axon</groupId>
<artifactId>axon-framework-bom</artifactId>
<version>4.5.14</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Gradle:
dependencies {
implementation(platform("io.holixon.axon:axon-framework-bom:4.5.14"))
}
- Possible duplicate of https://github.com/AxonIQ/axon-bom