Skip to content

Commit

Permalink
Merge pull request #3315, fixes #2842, duplicate SPI config items.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvictory authored and chickenlj committed Jan 24, 2019
1 parent 3375ec8 commit 7fbfc37
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7fbfc37

Please sign in to comment.