Skip to content

Commit

Permalink
Resolve conflict of agent dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 20, 2023
1 parent a785c6d commit 4ea4cd4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions agent/plugins/tracing/type/opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,6 @@
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-exporter-jaeger</artifactId>
<exclusions>
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
</exclusion>
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
Expand Down

0 comments on commit 4ea4cd4

Please sign in to comment.