This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/2.6.x by this push:
new 7fbfc37 Merge pull request #3315, fixes #2842, duplicate SPI config
items.
7fbfc37 is described below
commit 7fbfc37e58b2457334528d00dbcf2f06311b67a5
Author: cvictory <[email protected]>
AuthorDate: Thu Jan 24 20:22:58 2019 +0800
Merge pull request #3315, fixes #2842, duplicate SPI config items.
---
all/pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/all/pom.xml b/all/pom.xml
index 519028d..a54b84d 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -535,6 +535,18 @@
</resource>
</transformer>
</transformers>
+ <filters>
+ <filter>
+ <artifact>com.alibaba:dubbo</artifact>
+ <excludes>
+ <!-- These two line is optional, it
can remove some warn log -->
+ <exclude>com/**</exclude>
+ <exclude>org/**</exclude>
+ <!-- This one is required -->
+ <exclude>META-INF/dubbo/**</exclude>
+ </excludes>
+ </filter>
+ </filters>
</configuration>
</execution>
</executions>