Skip to content

Commit

Permalink
Add some more exclusions for EE 11 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Nov 27, 2024
1 parent e359ec1 commit 185a0ff
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,37 @@
<comparisonMethod>maven</comparisonMethod>
</rule>

<rule>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.enterprise.concurrent</artifactId>
<ignoreVersions>
<ignoreVersion>
<type>range</type>
<version>[3.1.0,)</version>
</ignoreVersion>
<ignoreVersion>
<type>regex</type>
<version>.*-M.*</version>
</ignoreVersion>
</ignoreVersions>
<comparisonMethod>maven</comparisonMethod>
</rule>

<rule>
<groupId>org.glassfish.jsftemplating</groupId>
<ignoreVersions>
<ignoreVersion>
<type>range</type>
<version>[4.1.0,)</version>
</ignoreVersion>
<ignoreVersion>
<type>regex</type>
<version>.*-M.*</version>
</ignoreVersion>
</ignoreVersions>
<comparisonMethod>maven</comparisonMethod>
</rule>

<rule>
<groupId>org.glassfish.grizzly</groupId>
<ignoreVersions>
Expand Down

0 comments on commit 185a0ff

Please sign in to comment.