Skip to content

Commit

Permalink
Add module dependency on org.jboss.logging as it is needed by weld
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Sep 18, 2023
1 parent e8b484f commit da69e85
Showing 1 changed file with 3 additions and 0 deletions.
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 da69e85

Please sign in to comment.