Skip to content

Commit

Permalink
include testlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Feb 3, 2025
1 parent 0f3e735 commit 03de732
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-cloud-spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,11 @@
<version>20240303</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
Expand Down

0 comments on commit 03de732

Please sign in to comment.