Skip to content

Commit

Permalink
Merge pull request #3515, add metadataFactory SPI config for all-in-o…
Browse files Browse the repository at this point in the history
…ne shade jar.

Fixes #3514, missing redis metadata SPI extension in dubbo.jar.
  • Loading branch information
foreveryang321 authored and chickenlj committed Feb 20, 2019
1 parent f415fda commit a362986
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dubbo-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,10 @@
<resource>META-INF/dubbo/internal/org.apache.dubbo.configcenter.DynamicConfigurationFactory
</resource>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/dubbo/internal/org.apache.dubbo.metadata.store.MetadataReportFactory
</resource>
</transformer>
</transformers>
<filters>
<filter>
Expand Down

0 comments on commit a362986

Please sign in to comment.