Skip to content

Commit

Permalink
Correct hamcrest dependency (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Dec 8, 2024
1 parent dc08559 commit 220340f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 220340f

Please sign in to comment.