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

robbie 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 4fdab9fec AMQ-8569: set xstream osgi import optional to match with its 
dependency declaration
4fdab9fec is described below

commit 4fdab9fec7d2db5e265ee2b51b0ee6fe7f4f1a8e
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Apr 5 15:44:16 2022 +0100

    AMQ-8569: set xstream osgi import optional to match with its dependency 
declaration
    
    (cherry picked from commit 558bb8cf888189ff0f71304eb40b23232ab4a034)
---
 activemq-client/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index 1e84424c0..a3a3315ff 100644
--- a/activemq-client/pom.xml
+++ b/activemq-client/pom.xml
@@ -202,6 +202,7 @@
             <Import-Package>
               !com.google.errorprone.annotations,
               !com.google.errorprone.annotations.concurrent,
+              com.thoughtworks.xstream.*;resolution:="optional",
               *
             </Import-Package>
             <Private-Package>

Reply via email to