From a3c01257aff8c48d21d6f918147dba233fbf8b7c Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Tue, 11 Jul 2023 11:21:50 +0100 Subject: [PATCH] ARTEMIS-4331: update to jgroups 5.2.16, adjust deps to exclude BM --- artemis-features/src/main/resources/features.xml | 2 +- pom.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/artemis-features/src/main/resources/features.xml b/artemis-features/src/main/resources/features.xml index 96e673b5e3..5ae4b60546 100644 --- a/artemis-features/src/main/resources/features.xml +++ b/artemis-features/src/main/resources/features.xml @@ -53,7 +53,7 @@ mvn:commons-beanutils/commons-beanutils/${commons.beanutils.version} mvn:commons-collections/commons-collections/${commons.collections.version} - wrap:mvn:org.jgroups/jgroups/${jgroups.version} + wrap:mvn:org.jgroups/jgroups/${jgroups.version}$Import-Package=org.jboss.byteman.*;resolution:="optional" diff --git a/pom.xml b/pom.xml index 668e209245..8b98d340bf 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ 3.0.2 10.0.15 8.5.78 - 5.2.0.Final + 5.2.16.Final 2.20.0 5.1.9 3.2.2 @@ -569,6 +569,13 @@ org.jgroups jgroups ${jgroups.version} + + + + * + * + +