Skip to content

Commit

Permalink
ARTEMIS-4636 upgrade OpenWebBeans to 2.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertram committed Feb 6, 2024
1 parent 62432ee commit 4589c15
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
<weld.version>2.4.8.Final</weld.version>
<arquillian-weld-embedded.version>2.1.0.Final</arquillian-weld-embedded.version>
<owb.version>1.7.0</owb.version>
<owb.version>2.0.27</owb.version>
<arquillian.version>1.8.0.Final</arquillian.version>
<servicemix.json-1.1.spec.version>2.9.0</servicemix.json-1.1.spec.version>
<version.org.jacoco>0.8.11</version.org.jacoco>
Expand Down Expand Up @@ -2081,6 +2081,17 @@
</ignoreVersion>
</ignoreVersions>
</rule>
<!-- ignore OpenWebBeans 4.x until we move to Jakarta -->
<rule>
<groupId>org.apache.openwebbeans</groupId>
<comparisonMethod>maven</comparisonMethod>
<ignoreVersions>
<ignoreVersion>
<type>regex</type>
<version>[4]\..*</version>
</ignoreVersion>
</ignoreVersions>
</rule>
</rules>
</ruleSet>
</configuration>
Expand Down

0 comments on commit 4589c15

Please sign in to comment.