Skip to content

Commit a8d6f9b

Browse files
committed
chore: Move grpc-opentelemetry in the pom
1 parent 52b1333 commit a8d6f9b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • java-showcase/gapic-showcase

java-showcase/gapic-showcase/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@
9696
<groupId>com.google.protobuf</groupId>
9797
<artifactId>protobuf-java</artifactId>
9898
</dependency>
99-
<!-- Add the grpc-java opentelemetry module to test for clients using GrpcOpenTelemetry -->
100-
<dependency>
101-
<groupId>io.grpc</groupId>
102-
<artifactId>grpc-opentelemetry</artifactId>
103-
<scope>test</scope>
104-
</dependency>
10599
<dependency>
106100
<groupId>com.google.api.grpc</groupId>
107101
<artifactId>proto-google-common-protos</artifactId>
@@ -221,6 +215,12 @@
221215
<artifactId>opentelemetry-sdk-testing</artifactId>
222216
<scope>test</scope>
223217
</dependency>
218+
<!-- Add the grpc-java opentelemetry module to test for clients using GrpcOpenTelemetry -->
219+
<dependency>
220+
<groupId>io.grpc</groupId>
221+
<artifactId>grpc-opentelemetry</artifactId>
222+
<scope>test</scope>
223+
</dependency>
224224

225225
<!-- Logging testing dependencies -->
226226

0 commit comments

Comments
 (0)