diff --git a/README.md b/README.md index eb73ed3..3414bc6 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,15 @@ At this stage, the BOM includes the dependencies for the following projects: * [Axon Framework Kafka Extension](https://github.com/AxonFramework/extension-kafka) * [Axon Framework Kotlin Extension](https://github.com/AxonFramework/extension-kotlin) * [Axon Framework Mongo Extension](https://github.com/AxonFramework/extension-mongo) +* [Axon Framework Multi-Tenancy Extension](https://github.com/AxonFramework/extension-multitenancy) * [Axon Framework Reactor Extension](https://github.com/AxonFramework/extension-reactor) +* [Axon Framework Spring-Native Extension](https://github.com/AxonFramework/extension-spring-native) * [Axon Framework Spring Cloud Extension](https://github.com/AxonFramework/extension-springcloud) * [Axon Framework Tracing Extension](https://github.com/AxonFramework/extension-tracing) -The Bill of Materials always follows at least the Axon Framework release cycle. So every new Axon Framework version will lead to a new Bill of Materials version. Releases of other dependencies may or may not lead to a new release. +The Bill of Materials always follows at least the Axon Framework release cycle. +So every new Axon Framework version will lead to a new Bill of Materials version. +Releases of other dependencies may or may not lead to a new release. ## Getting Started - Maven diff --git a/pom.xml b/pom.xml index 64332e0..74f83e2 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ 4.6.1 4.6.0 + 4.6.0 4.6.0 4.5-alpha1 @@ -50,10 +51,11 @@ 4.6.0 4.6.0 4.6.0 + 4.6.0 4.6.0 + 0.1.0 4.6.0 4.6.0 - 4.6.0 3.4.23 @@ -61,7 +63,6 @@ - io.axoniq @@ -74,12 +75,14 @@ axonserver-plugin-api ${axonserver-plugin-api.version} - + + io.projectreactor reactor-core ${projectreactor.version} + org.axonframework @@ -143,14 +146,20 @@ org.axonframework - axon-tracing-opentelemetry + axon-test ${axon.version} org.axonframework - axon-test + axon-tracing-opentelemetry ${axon.version} + + + org.axonframework.experimental + axon-spring-native + ${extension.spring-native.version} + org.axonframework.extensions.amqp @@ -217,6 +226,22 @@ axon-mongo ${extension.mongo.version} + + + org.axonframework.extensions.multitenancy + axon-multitenancy + ${extension.multitenancy.version} + + + org.axonframework.extensions.multitenancy + multitenancy-spring-boot-autoconfigure + ${extension.multitenancy.version} + + + org.axonframework.extensions.multitenancy + multitenancy-spring-boot-starter + ${extension.multitenancy.version} + org.axonframework.extensions.reactor