Skip to content

Commit

Permalink
fixup hamcrest dependencies (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Jun 9, 2023
1 parent f744036 commit ee11ded
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven-release-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-release-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@
<artifactId>xmlunit-core</artifactId>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit ee11ded

Please sign in to comment.