Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 115dde1

Browse files
committed
exclude opentelemetry deps
1 parent b087937 commit 115dde1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

google-cloud-spanner/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@
166166
<dependency>
167167
<groupId>com.google.cloud</groupId>
168168
<artifactId>grpc-gcp</artifactId>
169+
<exclusions>
170+
<exclusion>
171+
<groupId>io.opentelemetry</groupId>
172+
<artifactId>opentelemetry-api</artifactId>
173+
</exclusion>
174+
</exclusions>
169175
</dependency>
170176
<dependency>
171177
<groupId>io.grpc</groupId>
@@ -198,6 +204,12 @@
198204
<dependency>
199205
<groupId>io.grpc</groupId>
200206
<artifactId>grpc-opentelemetry</artifactId>
207+
<exclusions>
208+
<exclusion>
209+
<groupId>io.opentelemetry</groupId>
210+
<artifactId>opentelemetry-api</artifactId>
211+
</exclusion>
212+
</exclusions>
201213
</dependency>
202214
<dependency>
203215
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)