Skip to content

Commit cf7585b

Browse files
mziccardchingor13
authored andcommitted
Spanner: remove junit from compile dependencies (#4334)
1 parent 6b5582a commit cf7585b

File tree

1 file changed

+3
-2
lines changed
  • google-cloud-clients/google-cloud-spanner

1 file changed

+3
-2
lines changed

google-cloud-clients/google-cloud-spanner/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,13 @@
133133
<groupId>joda-time</groupId>
134134
<artifactId>joda-time</artifactId>
135135
</dependency>
136+
137+
<!-- Test dependencies -->
136138
<dependency>
137139
<groupId>junit</groupId>
138140
<artifactId>junit</artifactId>
141+
<scope>test</scope>
139142
</dependency>
140-
141-
<!-- Test dependencies -->
142143
<dependency>
143144
<groupId>com.google.truth</groupId>
144145
<artifactId>truth</artifactId>

0 commit comments

Comments
 (0)