Skip to content

Commit c810b29

Browse files
committed
Add hamcrest-date dependencies
1 parent 0a19a03 commit c810b29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@
109109
<version>2.2</version>
110110
<scope>test</scope>
111111
</dependency>
112+
<dependency>
113+
<groupId>org.exparity</groupId>
114+
<artifactId>hamcrest-date</artifactId>
115+
<version>2.0.7</version>
116+
<scope>test</scope>
117+
</dependency>
112118
<dependency>
113119
<groupId>org.jboss.weld</groupId>
114120
<artifactId>weld-junit5</artifactId>

0 commit comments

Comments
 (0)