Skip to content

Commit

Permalink
3.x: Upgrade jboss logging to 3.5.3.Final (helidon-io#7596)
Browse files Browse the repository at this point in the history
* Upgrade jboss logging to 3.5.3.Final
* Add module dependency on org.jboss.logging as it is needed by weld
  • Loading branch information
barchetta authored Sep 18, 2023
1 parent 0a3104e commit e1701f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<version.lib.jaxb-core>3.0.2</version.lib.jaxb-core>
<version.lib.jaxb-impl>3.0.2</version.lib.jaxb-impl>
<version.lib.jboss.classfilewriter>1.2.5.Final</version.lib.jboss.classfilewriter>
<version.lib.jboss.logging>3.4.2.Final</version.lib.jboss.logging>
<version.lib.jboss.logging>3.5.3.Final</version.lib.jboss.logging>
<version.lib.jboss.transaction-spi>7.6.1.Final</version.lib.jboss.transaction-spi>
<!-- Force upgrade version used by maven-jaxb2-plugin. Needed to support Java 16 -->
<version.lib.jaxb-runtime>3.0.2</version.lib.jaxb-runtime>
Expand Down
3 changes: 3 additions & 0 deletions microprofile/cdi/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
requires jakarta.inject;
requires microprofile.config.api;

// Needed by weld
requires org.jboss.logging;

exports io.helidon.microprofile.cdi;

uses jakarta.enterprise.inject.spi.Extension;
Expand Down

0 comments on commit e1701f4

Please sign in to comment.