Skip to content

Commit

Permalink
Update hardcoded values in StorageIT tests to be usable on any project.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Aug 24, 2018
1 parent 75717ae commit 85f1201
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 30 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 85f1201

Please sign in to comment.