We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f37cc commit 18568b8Copy full SHA for 18568b8
1 file changed
google-cloud-storage-control/pom.xml
@@ -47,11 +47,27 @@
47
<groupId>com.google.api</groupId>
48
<artifactId>gax</artifactId>
49
</dependency>
50
+ <dependency>
51
+ <groupId>com.google.api</groupId>
52
+ <artifactId>gax</artifactId>
53
+ <scope>test</scope>
54
+ <classifier>testlib</classifier>
55
+ </dependency>
56
57
<dependency>
58
59
<artifactId>gax-grpc</artifactId>
60
61
62
63
+ <artifactId>gax-httpjson</artifactId>
64
65
66
67
68
69
70
71
72
<groupId>com.google.guava</groupId>
73
<artifactId>guava</artifactId>
0 commit comments