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

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


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new d03872542 [AMQ-9012] Extend javax.xml.bind package import version 
range in activemq-web-console bundle
d03872542 is described below

commit d038725423631796d1465cb2a00c658db8832329
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
    
    (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 179a01a9b..f94b288fc 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