remove duplicate SPI definitions for 2.7.x
This commit is contained in:
parent
e3aac2dd2a
commit
ece58a88d4
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -47,9 +47,8 @@
|
|||
<mainClass>org.apache.dubbo.container.Main</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
<forceCreation>true</forceCreation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue