Skip to content

Commit

Permalink
chore: Add explicit hamcrest dependency in validation module
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Aug 2, 2021
1 parent 613e801 commit 8ceb725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions validation/citrus-validation-hamcrest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
Expand Down

0 comments on commit 8ceb725

Please sign in to comment.