Skip to content

Commit

Permalink
Maven 3.9.2 should not produce warnings for jacoco-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed May 15, 2023
1 parent 908c855 commit a9d7d27
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jacoco-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
<version>1.2.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit a9d7d27

Please sign in to comment.