We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fc52f commit 522422fCopy full SHA for 522422f
pom.xml
@@ -199,6 +199,12 @@
199
<classifier>testlib</classifier>
200
<scope>test</scope>
201
</dependency>
202
+ <dependency>
203
+ <groupId>com.google.api</groupId>
204
+ <artifactId>gax</artifactId>
205
+ <classifier>testlib</classifier>
206
+ <scope>test</scope>
207
+ </dependency>
208
209
<!-- Add OpenTelemetry implementation and exporters for use in integration tests. -->
210
<dependency>
0 commit comments