Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 6effa44

Browse files
committed
Adding missing dependecy to hamcrest
1 parent 023b5bc commit 6effa44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<groupId>junit</groupId>
2727
<artifactId>junit-dep</artifactId>
2828
</dependency>
29+
<dependency>
30+
<groupId>org.hamcrest</groupId>
31+
<artifactId>hamcrest-all</artifactId>
32+
</dependency>
2933
<dependency>
3034
<groupId>commons-codec</groupId>
3135
<artifactId>commons-codec</artifactId>

0 commit comments

Comments
 (0)