Skip to content

Commit 6f02fba

Browse files
proskijakub-bochenski
authored andcommitted
pom.xml: Depend on hamcrest, not on hamcrest-library
hamcrest-library is a deprecated dependency, as indicated by hamcrest-library-2.1.pom.
1 parent 5aae7f6 commit 6f02fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</dependency>
9494
<dependency>
9595
<groupId>org.hamcrest</groupId>
96-
<artifactId>hamcrest-library</artifactId>
96+
<artifactId>hamcrest</artifactId>
9797
<version>2.1</version>
9898
<scope>test</scope>
9999
</dependency>

0 commit comments

Comments
 (0)