Skip to content

Commit 149b26a

Browse files
committed
switch back to hamcrest-library 1.3
1 parent af86c99 commit 149b26a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parent_toplevel/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<!-- Testing -->
9797
<dependency>
9898
<groupId>org.hamcrest</groupId>
99-
<artifactId>java-hamcrest</artifactId>
99+
<artifactId>hamcrest-library</artifactId>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
@@ -139,8 +139,8 @@
139139
<!-- Testing -->
140140
<dependency>
141141
<groupId>org.hamcrest</groupId>
142-
<artifactId>java-hamcrest</artifactId>
143-
<version>2.0.0.0</version>
142+
<artifactId>hamcrest-library</artifactId>
143+
<version>1.3</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>junit</groupId>

0 commit comments

Comments
 (0)