Skip to content

Commit 877a95f

Browse files
committed
add gax testlib to google-cloud-bom
1 parent 33bd370 commit 877a95f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

google-cloud-bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,12 @@
903903
<artifactId>gax</artifactId>
904904
<version>${gax.version}</version>
905905
</dependency>
906+
<dependency>
907+
<groupId>com.google.api</groupId>
908+
<artifactId>gax</artifactId>
909+
<version>${gax.version}</version>
910+
<classifier>testlib</classifier>
911+
</dependency>
906912
<dependency>
907913
<groupId>com.google.api</groupId>
908914
<artifactId>gax-grpc</artifactId>

0 commit comments

Comments
 (0)