Skip to content

Commit

Permalink
fix #2842. remove duplicate SPI definitions for 2.7.x (#3340)
Browse files Browse the repository at this point in the history
remove duplicate SPI definitions for 2.7.x
  • Loading branch information
cvictory authored and carryxyh committed Jan 25, 2019
1 parent e3aac2d commit ece58a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions dubbo-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,18 @@
</resource>
</transformer>
</transformers>
<filters>
<filter>
<artifact>org.apache.dubbo: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
3 changes: 1 addition & 2 deletions dubbo-container/dubbo-container-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@
<mainClass>org.apache.dubbo.container.Main</mainClass>
</manifest>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@
<Implementation-Version>${project.version}</Implementation-Version>
</manifestEntries>
</archive>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ece58a8

Please sign in to comment.