Fix DynamicConfiguration SPI config

This commit is contained in:
ken.lj 2019-01-09 19:55:07 +08:00
parent db0c0a8c74
commit 41c8ae49c2
2 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/dubbo/internal/org.apache.dubbo.configcenter.DynamicConfiguration
<resource>META-INF/dubbo/internal/org.apache.dubbo.configcenter.DynamicConfigurationFactory
</resource>
</transformer>
</transformers>