Skip to content

Commit 522422f

Browse files
committed
chore: centralize native config
1 parent c4fc52f commit 522422f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@
199199
<classifier>testlib</classifier>
200200
<scope>test</scope>
201201
</dependency>
202+
<dependency>
203+
<groupId>com.google.api</groupId>
204+
<artifactId>gax</artifactId>
205+
<classifier>testlib</classifier>
206+
<scope>test</scope>
207+
</dependency>
202208

203209
<!-- Add OpenTelemetry implementation and exporters for use in integration tests. -->
204210
<dependency>

0 commit comments

Comments
 (0)