Skip to content

Commit

Permalink
Remove transitive dependencies from autoconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
luneo7 committed Jun 15, 2021
1 parent dc8bd7a commit 870fabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/opentelemetry/opentelemetry/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<artifactId>opentelemetry-sdk-extension-autoconfigure</artifactId>
<exclusions>
<exclusion>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-metrics</artifactId>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 870fabc

Please sign in to comment.