This repository was archived by the owner on Mar 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments