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 af75c87 commit 02fc540
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 @@ -40,6 +40,9 @@
requires jakarta.inject.api;
requires microprofile.config.api;

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

exports io.helidon.microprofile.cdi;

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

0 comments on commit 02fc540

Please sign in to comment.