Skip to content

Commit bf7bb93

Browse files
Depend on hamcrest-library
1 parent daa6300 commit bf7bb93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,11 @@
702702
<version>${mockito.version}</version>
703703
<scope>test</scope>
704704
</dependency>
705+
<dependency>
706+
<groupId>org.hamcrest</groupId>
707+
<artifactId>hamcrest-library</artifactId>
708+
<version>1.3</version>
709+
</dependency>
705710
</dependencies>
706711

707712
<build>

0 commit comments

Comments
 (0)