Skip to content

Commit

Permalink
make use of dependencyManagement, update to latest junit-jupiter vers…
Browse files Browse the repository at this point in the history
…ion, style
  • Loading branch information
swissiety committed Jan 6, 2025
2 parents 77bde6d + fc047aa commit c273e42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sootup.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version> <!-- You can use the latest version available -->
<configuration>
<!-- Optional configurations can be added here -->
</configuration>
<version>${maven-surefire-plugin.version}</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit c273e42

Please sign in to comment.