Skip to content

Commit 45b4199

Browse files
committed
Junit and hamcrest as test scoped
1 parent 6c2bcd5 commit 45b4199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,12 @@
119119
<dependency>
120120
<groupId>junit</groupId>
121121
<artifactId>junit</artifactId>
122+
<scope>test</scope>
122123
</dependency>
123124
<dependency>
124125
<groupId>org.hamcrest</groupId>
125126
<artifactId>hamcrest-core</artifactId>
127+
<scope>test</scope>
126128
</dependency>
127129
</dependencies>
128130

0 commit comments

Comments
 (0)