Skip to content

Commit

Permalink
move metrics pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
wxbty committed Jan 27, 2023
1 parent 52c071a commit 8bca769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dubbo-distribution/dubbo-all/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Expand Down Expand Up @@ -1169,13 +1169,13 @@
<transformer
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>
META-INF/dubbo/internal/MetricsService
META-INF/dubbo/internal/org.apache.dubbo.metrics.service.MetricsService
</resource>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>
META-INF/dubbo/internal/MetricsServiceExporter
META-INF/dubbo/internal/org.apache.dubbo.metrics.service.MetricsServiceExporter
</resource>
</transformer>
<transformer
Expand Down

0 comments on commit 8bca769

Please sign in to comment.