Skip to content

Commit 271cd3c

Browse files
committed
add hamcrest dependency
1 parent 04e3647 commit 271cd3c

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
@@ -142,6 +142,11 @@
142142
<artifactId>mockito-core</artifactId>
143143
<version>2.0.13-beta</version>
144144
</dependency>
145+
<dependency>
146+
<groupId>org.hamcrest</groupId>
147+
<artifactId>hamcrest-core</artifactId>
148+
<version>1.3</version>
149+
</dependency>
145150

146151
</dependencies>
147152
</dependencyManagement>

0 commit comments

Comments
 (0)