Skip to content

Commit

Permalink
Add module dependency on org.jboss.logging required by weld
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Sep 18, 2023
1 parent 444e75a commit c3abc0b
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 @@ -52,6 +52,9 @@
requires weld.environment.common;
requires weld.se.core;

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

exports io.helidon.microprofile.cdi;

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

0 comments on commit c3abc0b

Please sign in to comment.