diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-05 12:56:44 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-05 12:56:44 +0100 |
| commit | 41b24e8269bf7c5a2f3faeb11bca2fe1e6037f3e (patch) | |
| tree | 65153c891825c9394edab27c2d21aaabc6c90a82 /examples/10-transient-0 | |
| parent | de8478112ac78e9d67b3f6ca258786de559247eb (diff) | |
Update surefire plugin used by example
Diffstat (limited to 'examples/10-transient-0')
| -rw-r--r-- | examples/10-transient-0/output/java-junit/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/10-transient-0/output/java-junit/pom.xml b/examples/10-transient-0/output/java-junit/pom.xml index 88ef3e5..5da44a5 100644 --- a/examples/10-transient-0/output/java-junit/pom.xml +++ b/examples/10-transient-0/output/java-junit/pom.xml @@ -60,5 +60,14 @@ </executions> </plugin> </plugins> + + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>3.1.0</version> + </plugin> + </plugins> + </pluginManagement> </build> </project> |
