Skip to content

Commit

Permalink
Remove dependency on maven-plugin-annotations to better support Maven…
Browse files Browse the repository at this point in the history
… 4 plugins (#190)
  • Loading branch information
gnodet authored Jul 2, 2024
1 parent 2fc5154 commit 8cb397a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions maven-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ under the License.
<maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
</properties>

<dependencies>
<!-- dependencies to annotations -->
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 8cb397a

Please sign in to comment.