Skip to content

Commit e8c4087

Browse files
committed
Add org.hamcrest as dependency for unit tests
1 parent 95e5427 commit e8c4087

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -482,5 +482,11 @@
482482
<version>2.1.1</version>
483483
<scope>test</scope>
484484
</dependency>
485+
<dependency>
486+
<groupId>org.hamcrest</groupId>
487+
<artifactId>hamcrest</artifactId>
488+
<version>2.2</version>
489+
<scope>test</scope>
490+
</dependency>
485491
</dependencies>
486492
</project>

0 commit comments

Comments
 (0)