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 23, 2023
1 parent a9dd793 commit 962be35
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 @@ -239,11 +239,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 962be35

Please sign in to comment.