Skip to content

Commit

Permalink
Fixes #4394 - Upgrade to Maven Plugin Annotations (#4395)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Dec 14, 2024
1 parent a0da501 commit 1e0fc0d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<junit-pioneer.version>2.3.0</junit-pioneer.version>
<junit-platform-launcher.version>1.11.3</junit-platform-launcher.version>
<junit.version>5.11.3</junit.version>
<maven-plugin-annotations.version>3.15.0</maven-plugin-annotations.version>
<maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version>
<maven-plugin-api.version>3.9.9</maven-plugin-api.version>
<maven-plugin-tools-annotations.version>3.15.0</maven-plugin-tools-annotations.version>
<microprofile-config-api.version>3.1</microprofile-config-api.version>
Expand Down Expand Up @@ -968,6 +968,15 @@
</ignoreVersion>
</ignoreVersions>
</rule>
<rule>
<groupId>org.apache.maven.plugin-tools</groupId>
<ignoreVersions>
<ignoreVersion>
<type>range</type>
<version>[4.0.0-beta-1,)</version>
</ignoreVersion>
</ignoreVersions>
</rule>
<rule>
<groupId>org.glassfish.jersey.containers</groupId>
<ignoreVersions>
Expand Down

0 comments on commit 1e0fc0d

Please sign in to comment.