Skip to content

Commit

Permalink
fix image tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Aug 4, 2022
1 parent 541feb1 commit d8f6162
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google-cloud-bigtable-stats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
<artifactId>jsr305</artifactId>
</dependency>

<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<scope>runtime</scope>
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>com.google.truth</groupId>
Expand Down

0 comments on commit d8f6162

Please sign in to comment.