Skip to content

Commit 30aba92

Browse files
author
Clifford W. Johnson
authored
Merge pull request #6 from chrisdennis/test-scope-corrections
Be explicit about test scoping
2 parents 2851738 + 0b8a217 commit 30aba92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,19 @@
3030
<groupId>junit</groupId>
3131
<artifactId>junit</artifactId>
3232
<version>4.12</version>
33+
<scope>test</scope>
3334
</dependency>
3435
<dependency>
3536
<groupId>org.mockito</groupId>
3637
<artifactId>mockito-core</artifactId>
3738
<version>3.0.0</version>
39+
<scope>test</scope>
3840
</dependency>
3941
<dependency>
4042
<groupId>org.hamcrest</groupId>
4143
<artifactId>hamcrest</artifactId>
4244
<version>2.1</version>
45+
<scope>test</scope>
4346
</dependency>
4447
</dependencies>
4548

0 commit comments

Comments
 (0)