This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 38d1c9653 [AMQ-9012] Extend javax.xml.bind package import version 
range in activemq-web-console bundle
     new 64fa32e12 Merge pull request #868 from jbonofre/AMQ-9012
38d1c9653 is described below

commit 38d1c9653e31a62b9de159bd0f7e2ced9aecc28c
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jul 30 07:53:44 2022 +0200

    [AMQ-9012] Extend javax.xml.bind package import version range in 
activemq-web-console bundle
---
 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 89b88d687..1dfb2b347 100644
--- a/activemq-web-console/pom.xml
+++ b/activemq-web-console/pom.xml
@@ -132,7 +132,7 @@
             <Import-Package>
               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,

Reply via email to