Skip to content

Commit d8ce793

Browse files
committed
Use new GAV for Hamcrest
1 parent 5836665 commit d8ce793

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -208,26 +208,26 @@
208208
<dependency>
209209
<groupId>org.junit.jupiter</groupId>
210210
<artifactId>junit-jupiter-engine</artifactId>
211-
<scope>test</scope>
212211
<version>${version.junit}</version>
212+
<scope>test</scope>
213213
</dependency>
214214
<dependency>
215215
<groupId>org.junit.jupiter</groupId>
216216
<artifactId>junit-jupiter-params</artifactId>
217-
<scope>test</scope>
218217
<version>${version.junit}</version>
218+
<scope>test</scope>
219219
</dependency>
220220
<dependency>
221221
<groupId>org.hamcrest</groupId>
222-
<artifactId>java-hamcrest</artifactId>
222+
<artifactId>hamcrest</artifactId>
223+
<version>2.2</version>
223224
<scope>test</scope>
224-
<version>2.0.0.0</version>
225225
</dependency>
226226
<dependency>
227227
<groupId>org.mockito</groupId>
228228
<artifactId>mockito-core</artifactId>
229-
<scope>test</scope>
230229
<version>${version.mockito}</version>
230+
<scope>test</scope>
231231
</dependency>
232232
<dependency>
233233
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)