Skip to content

Commit

Permalink
fixes #78
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-fuchs committed Nov 25, 2023
1 parent b87a6d9 commit c1709fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,13 @@
<include>**/*Test.java</include>
</includes>
</configuration>
<dependencies>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit-jupiter.version}</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit c1709fc

Please sign in to comment.