chore: remove explicit dependency to junit-jupiter-api (#6179)

This commit is contained in:
Piotr Idzik
2025-02-24 14:04:17 +01:00
committed by GitHub
parent 27bbc3e810
commit 9ce2ff4865

View File

@ -45,13 +45,6 @@
<version>5.15.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>