Skip to content

Commit 244c417

Browse files
committed
Add hamcrest-all to test dependencies
Add a dependency on hamcrest-all to make unit testing easier.
1 parent daa854b commit 244c417

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
<scope>test</scope>
6969
</dependency>
7070

71+
<dependency>
72+
<groupId>org.hamcrest</groupId>
73+
<artifactId>hamcrest-all</artifactId>
74+
<version>1.3</version>
75+
<scope>test</scope>
76+
</dependency>
77+
7178
<dependency>
7279
<groupId>org.bouncycastle</groupId>
7380
<artifactId>bcprov-ext-jdk15on</artifactId>

0 commit comments

Comments
 (0)