Skip to content

Commit

Permalink
Add hamcrest-all to dependencies of eclipselink-maven-plugin (helidon…
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain1653 authored and romain-grecourt committed Jun 5, 2023
1 parent 2790b36 commit 28d7f36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integrations/cdi/jpa-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,11 @@
<artifactId>junit-jupiter-api</artifactId>
<version>${version.lib.junit}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${version.lib.hamcrest}</version>
</dependency>
</dependencies>
<executions>
<execution>
Expand Down

0 comments on commit 28d7f36

Please sign in to comment.