Skip to content

Commit aa8aef4

Browse files
author
Frank Natividad
committed
Update hardcoded values in StorageIT tests to be usable on any project.
1 parent 75717ae commit aa8aef4

File tree

2 files changed

+171
-30
lines changed

2 files changed

+171
-30
lines changed

google-cloud-clients/google-cloud-storage/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,26 @@
4141
</exclusion>
4242
</exclusions>
4343
</dependency>
44+
<dependency>
45+
<groupId>io.grpc</groupId>
46+
<artifactId>grpc-netty-shaded</artifactId>
47+
<scope>test</scope>
48+
</dependency>
49+
<dependency>
50+
<groupId>io.grpc</groupId>
51+
<artifactId>grpc-auth</artifactId>
52+
<scope>test</scope>
53+
</dependency>
54+
<dependency>
55+
<groupId>com.google.api.grpc</groupId>
56+
<artifactId>grpc-google-cloud-kms-v1</artifactId>
57+
<scope>test</scope>
58+
</dependency>
59+
<dependency>
60+
<groupId>com.google.api.grpc</groupId>
61+
<artifactId>grpc-google-iam-v1</artifactId>
62+
<scope>test</scope>
63+
</dependency>
4464
<dependency>
4565
<groupId>${project.groupId}</groupId>
4666
<artifactId>google-cloud-core</artifactId>

0 commit comments

Comments
 (0)