removed version of junit dependencies to use the managed version

This commit is contained in:
Matteo Steccolini
2023-12-15 15:53:07 +01:00
parent 00eb114a50
commit c8a71c2e64

View File

@@ -429,13 +429,11 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId> <artifactId>junit-jupiter-api</artifactId>
<version>5.7.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId> <artifactId>junit-jupiter-engine</artifactId>
<version>5.7.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>