We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa6300 commit bf7bb93Copy full SHA for bf7bb93
pom.xml
@@ -702,6 +702,11 @@
702
<version>${mockito.version}</version>
703
<scope>test</scope>
704
</dependency>
705
+ <dependency>
706
+ <groupId>org.hamcrest</groupId>
707
+ <artifactId>hamcrest-library</artifactId>
708
+ <version>1.3</version>
709
+ </dependency>
710
</dependencies>
711
712
<build>
0 commit comments