Skip to content

Commit

Permalink
Add missing provided dependencies (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored and michael-o committed Aug 1, 2024
1 parent 0d8df78 commit cbbca08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maven-plugin-report-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
<artifactId>maven-artifact</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-api</artifactId>
Expand Down

0 comments on commit cbbca08

Please sign in to comment.