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

Commit 450caba

Browse files
committed
fix dependency issue
1 parent a487ec5 commit 450caba

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

google-cloud-bigquery/pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,16 @@
156156
<artifactId>error_prone_annotations</artifactId>
157157
</dependency>
158158

159+
<!-- OpenTelemetry -->
160+
<dependency>
161+
<groupId>io.opentelemetry</groupId>
162+
<artifactId>opentelemetry-api</artifactId>
163+
</dependency>
164+
<dependency>
165+
<groupId>io.opentelemetry</groupId>
166+
<artifactId>opentelemetry-context</artifactId>
167+
</dependency>
168+
159169
<!-- Test dependencies -->
160170
<dependency>
161171
<groupId>com.google.cloud</groupId>
@@ -202,6 +212,23 @@
202212
<artifactId>proto-google-cloud-datacatalog-v1</artifactId>
203213
<scope>test</scope>
204214
</dependency>
215+
216+
<!-- OpenTelemetry -->
217+
<dependency>
218+
<groupId>io.opentelemetry</groupId>
219+
<artifactId>opentelemetry-sdk</artifactId>
220+
<scope>test</scope>
221+
</dependency>
222+
<dependency>
223+
<groupId>io.opentelemetry</groupId>
224+
<artifactId>opentelemetry-sdk-common</artifactId>
225+
<scope>test</scope>
226+
</dependency>
227+
<dependency>
228+
<groupId>io.opentelemetry</groupId>
229+
<artifactId>opentelemetry-sdk-trace</artifactId>
230+
<scope>test</scope>
231+
</dependency>
205232
</dependencies>
206233

207234
<build>

0 commit comments

Comments
 (0)