Skip to content

Commit

Permalink
build: change 'maven-plugin-annotations' dependency scope to provided
Browse files Browse the repository at this point in the history
resolve #102
  • Loading branch information
bsorrentino committed Sep 20, 2023
1 parent 946ef7b commit 07264bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${maven.plugin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 07264bb

Please sign in to comment.