Skip to content

Commit

Permalink
#615: declare these Maven artifacts in provided scope
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnoozer committed May 11, 2023
1 parent 614fc2d commit 7757785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,13 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven-plugin-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven-plugin-api.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 7757785

Please sign in to comment.