This commit is contained in:
Zoltan Haindrich 2024-06-26 11:13:32 +00:00
parent c559bc3422
commit b8992434a9
1 changed files with 1 additions and 2 deletions

View File

@ -464,7 +464,6 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId> <artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
@ -537,4 +536,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>