Skip to content

Commit 2f1f4c9

Browse files
committed
test(deps): add com.google.http-client:google-http-client
1 parent 18568b8 commit 2f1f4c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • google-cloud-storage-control

google-cloud-storage-control/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
<groupId>com.google.api.grpc</groupId>
8888
<artifactId>grpc-google-cloud-storage-control-v2</artifactId>
8989
</dependency>
90+
<dependency>
91+
<groupId>com.google.http-client</groupId>
92+
<artifactId>google-http-client</artifactId>
93+
<scope>test</scope>
94+
</dependency>
9095
</dependencies>
9196

9297
<profiles>

0 commit comments

Comments
 (0)