Skip to content

Commit

Permalink
Add maven-surefire-plugin (latest version) to be GE-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed May 8, 2022
1 parent fdf1370 commit 3c49d38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions agent/service-message-maven-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
Expand Down

0 comments on commit 3c49d38

Please sign in to comment.