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

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

commit 558bb8cf888189ff0f71304eb40b23232ab4a034
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
---
 activemq-client/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index d754e15ba..dc10320c0 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