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

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git

commit c464e557009bf02e01d843de43f73292026f652b
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Nov 12 14:49:34 2022 +0800

    fix transform
---
 dubbo-distribution/dubbo-all/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dubbo-distribution/dubbo-all/pom.xml 
b/dubbo-distribution/dubbo-all/pom.xml
index 5cf0333f4c..631d26451e 100644
--- a/dubbo-distribution/dubbo-all/pom.xml
+++ b/dubbo-distribution/dubbo-all/pom.xml
@@ -1208,6 +1208,12 @@
                                         
META-INF/dubbo/internal/org.apache.dubbo.metadata.rest.ServiceRestMetadataResolver
                                     </resource>
                                 </transformer>
+                                <transformer
+                                    
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
+                                    <resource>
+                                        
META-INF/dubbo/internal/org.apache.dubbo.rpc.executor.IsolationExecutorSupportFactory
+                                    </resource>
+                                </transformer>
                             </transformers>
                             <filters>
                                 <filter>

Reply via email to