Skip to content

Commit 938f36e

Browse files
committed
fixed hamcrest dependency name in maven pom
1 parent a40285a commit 938f36e

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
@@ -15,7 +15,7 @@
1515
<scope>test</scope>
1616
</dependency>
1717
<dependency>
18-
<groupId>hamcrest</groupId>
18+
<groupId>org.hamcrest</groupId>
1919
<artifactId>hamcrest-all</artifactId>
2020
<version>1.3</version>
2121
<scope>test</scope>

0 commit comments

Comments
 (0)