Skip to content

Commit 2825ff6

Browse files
committed
add hamcrest dependency for testing
1 parent 14adbf6 commit 2825ff6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@
137137
<version>3.27.7</version>
138138
<scope>test</scope>
139139
</dependency>
140+
<dependency>
141+
<groupId>org.hamcrest</groupId>
142+
<artifactId>hamcrest</artifactId>
143+
<version>3.0</version>
144+
<scope>test</scope>
145+
</dependency>
140146
<dependency>
141147
<groupId>org.springframework</groupId>
142148
<artifactId>spring-test</artifactId>

0 commit comments

Comments
 (0)