Skip to content

Commit

Permalink
Remove junit5 dependencies causing test cases to fail to run (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan824 authored Sep 11, 2024
1 parent 66d97d1 commit dd31b52
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -704,17 +704,5 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit dd31b52

Please sign in to comment.