Skip to content

Commit

Permalink
Spanner: remove junit from compile dependencies (#4334)
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard authored and chingor13 committed Jan 17, 2019
1 parent 6b5582a commit cf7585b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions google-cloud-clients/google-cloud-spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,13 @@
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

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

0 comments on commit cf7585b

Please sign in to comment.