Skip to content

Commit f0716a3

Browse files
committed
add hamcrest-core as default test dependency
1 parent a436dc4 commit f0716a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

parent_toplevel/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
<artifactId>mockito-core</artifactId>
105105
<scope>test</scope>
106106
</dependency>
107+
<dependency>
108+
<groupId>org.hamcrest</groupId>
109+
<artifactId>hamcrest-core</artifactId>
110+
<scope>test</scope>
111+
</dependency>
107112

108113
</dependencies>
109114
<dependencyManagement>

0 commit comments

Comments
 (0)