From d038725423631796d1465cb2a00c658db8832329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Baptiste=20Onofr=C3=A9?= Date: Sat, 30 Jul 2022 07:53:44 +0200 Subject: [PATCH] [AMQ-9012] Extend javax.xml.bind package import version range in activemq-web-console bundle (cherry picked from commit 38d1c9653e31a62b9de159bd0f7e2ced9aecc28c) --- activemq-web-console/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 179a01a9b5..f94b288fc9 100644 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -132,7 +132,7 @@ org.xml.sax, org.xml.sax.helpers, - javax.xml.bind, + javax.xml.bind;version="[2,3)", javax.xml.parsers, javax.xml.stream, javax.xml.transform,