Skip to content

Commit

Permalink
Fix hamcrest GAV in bom-test
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio4j authored and aldettinger committed Jul 21, 2023
1 parent f0d5689 commit 41c7dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poms/bom-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest-core</groupId>
<artifactId>hamcrest</artifactId>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 41c7dfd

Please sign in to comment.