Skip to content

Commit

Permalink
Fixes #4369 - Add specific dependencies to be ignored to Maven Versio…
Browse files Browse the repository at this point in the history
…ns Plugin configuration
  • Loading branch information
mnriem committed Dec 13, 2024
1 parent 65bb46c commit d22453d
Showing 1 changed file with 6 additions and 37 deletions.
43 changes: 6 additions & 37 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -940,56 +940,25 @@
<configuration>
<ruleSet>
<rules>
<!-- keep Eclipse Mojarra at EE 10 compliant version -->
<!--
<rule>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<ignoreVersions>
<ignoreVersion>
<type>range</type>
<version>[4.1.0,)</version>
</ignoreVersion>
</ignoreVersions>
</rule>
-->
<!-- keep Eclipse Expressly at EE 10 compliant version -->
<!--
<rule>
<groupId>org.glassfish.expressly</groupId>
<artifactId>expressly</artifactId>
<ignoreVersions>
<ignoreVersion>
<type>range</type>
<version>[6.0.0-M1,)</version>
</ignoreVersion>
</ignoreVersions>
</rule>
-->
<!-- keep EclipseLink at EE 10 compliant version -->
<!--
<rule>
<groupId>org.eclipse.persistence</groupId>
<ignoreVersions>
<ignoreVersion>
<type>range</type>
<version>[5.0.0-B01,)</version>
<version>5.5.0</version>
</ignoreVersion>
</ignoreVersions>
</rule>
-->
<!-- keep Hibernate Validator at EE 10 compliant version -->
<!--
<rule>
<groupId>org.hibernate.validator</groupId>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<ignoreVersions>
<ignoreVersion>
<type>range</type>
<version>[9.0.0-Beta2,)</version>
<version>[1.0.0.RC3,1.2.2.Final]</version>
</ignoreVersion>
</ignoreVersions>
</rule>
-->
</rules>
</ruleSet>
</configuration>
Expand Down

0 comments on commit d22453d

Please sign in to comment.