This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 7b45d909f6cbef3d5f20374e1e6ad78abcca491a Author: Andrej Vano <[email protected]> AuthorDate: Mon Jun 12 13:38:59 2023 +0200 [Artemis] Add missing artemis-version property --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 72a2fef6450..9b3deae96c6 100644 --- a/pom.xml +++ b/pom.xml @@ -128,6 +128,7 @@ <!-- versions --> <aether-version>1.0.2.v20150114</aether-version> + <artemis-version>2.26.0</artemis-version> <arquillian-container-se-managed-version>1.0.2.Final</arquillian-container-se-managed-version> <arquillian-version>1.7.0.Alpha10</arquillian-version> <avro-version>1.11.0</avro-version>
