Skip to content

Commit

Permalink
Remove gRPC impl dependency - not needed.
Browse files Browse the repository at this point in the history
Signed-off-by: Ales Justin <[email protected]>
  • Loading branch information
alesj committed Aug 2, 2022
1 parent 576cdaa commit 656dd20
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,6 @@
<artifactId>vertx-opentelemetry</artifactId>
<version>${vertx.version}</version>
</dependency>
<!-- Use gRPC as the transport -->
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
Expand Down Expand Up @@ -569,7 +563,6 @@
<ignoredUnusedDeclaredDependency>io.opentelemetry.instrumentation:opentelemetry-kafka-clients-common</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>io.opentelemetry.instrumentation:opentelemetry-instrumentation-api</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>io.opentelemetry:opentelemetry-exporter-jaeger</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>io.grpc:grpc-netty-shaded</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit 656dd20

Please sign in to comment.