Skip to content

Commit

Permalink
[Storage] Make StorageIT easier to setup with new projects. (googleap…
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn authored and garrettjonesgoogle committed Aug 29, 2018
1 parent 4eca7a4 commit 08a5e46
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 31 deletions.
20 changes: 20 additions & 0 deletions google-cloud-clients/google-cloud-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,26 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-kms-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
Expand Down
Loading

0 comments on commit 08a5e46

Please sign in to comment.