Skip to content

Commit 18568b8

Browse files
committed
deps(storagecontrol): add com.google.api:gax-httpjson
test(deps): add com.google.api:gax:testlib test(deps): add com.google.api:gax-httpjson:testlib
1 parent d0f37cc commit 18568b8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

  • google-cloud-storage-control

google-cloud-storage-control/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,27 @@
4747
<groupId>com.google.api</groupId>
4848
<artifactId>gax</artifactId>
4949
</dependency>
50+
<dependency>
51+
<groupId>com.google.api</groupId>
52+
<artifactId>gax</artifactId>
53+
<scope>test</scope>
54+
<classifier>testlib</classifier>
55+
</dependency>
5056

5157
<dependency>
5258
<groupId>com.google.api</groupId>
5359
<artifactId>gax-grpc</artifactId>
5460
</dependency>
61+
<dependency>
62+
<groupId>com.google.api</groupId>
63+
<artifactId>gax-httpjson</artifactId>
64+
</dependency>
65+
<dependency>
66+
<groupId>com.google.api</groupId>
67+
<artifactId>gax-httpjson</artifactId>
68+
<scope>test</scope>
69+
<classifier>testlib</classifier>
70+
</dependency>
5571
<dependency>
5672
<groupId>com.google.guava</groupId>
5773
<artifactId>guava</artifactId>

0 commit comments

Comments
 (0)