Skip to content

Commit

Permalink
Use provided scope for maven-core and maven-plugin-api dependen…
Browse files Browse the repository at this point in the history
…cies (#1205)
  • Loading branch information
Godin committed Jun 26, 2021
1 parent d5c0a83 commit f6c3a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jacoco-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${project.prerequisites.maven}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${project.prerequisites.maven}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit f6c3a34

Please sign in to comment.