Skip to content

Commit

Permalink
build: change maven artifact scope to provided
Browse files Browse the repository at this point in the history
resolve #102
  • Loading branch information
bsorrentino committed Sep 19, 2023
1 parent 465bc9a commit 946ef7b
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 @@ -96,11 +96,13 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven.plugin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down

0 comments on commit 946ef7b

Please sign in to comment.