Skip to content

Commit

Permalink
Use managed test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Malkusch committed Aug 23, 2024
1 parent 417e24e commit e455480
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.malkusch.parent</groupId>
<artifactId>oss-parent</artifactId>
<version>3.0.6</version>
<version>3.0.7</version>
</parent>
<url>https://github.com/malkusch/${project.artifactId}</url>
<scm>
Expand Down Expand Up @@ -39,13 +39,11 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -55,16 +53,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.4.0</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit e455480

Please sign in to comment.