File tree Expand file tree Collapse file tree 2 files changed +171
-30
lines changed
google-cloud-clients/google-cloud-storage
src/test/java/com/google/cloud/storage/it Expand file tree Collapse file tree 2 files changed +171
-30
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments