Skip to content

Commit

Permalink
Merge pull request wildfly#18510 from manovotn/wfly19976
Browse files Browse the repository at this point in the history
WFLY-19976 LRA participant module should declare Weld dependencies for proper bean proxy creation
  • Loading branch information
bstansberry authored Dec 13, 2024
2 parents c142c36 + 7e1f3f3 commit d34a004
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
<module name="org.eclipse.microprofile.config.api"/>
<module name="io.smallrye.config"/>

<!-- Required for proper creation of proxies for CDI beans originating from this module -->
<module name="org.jboss.weld.api"/>
<module name="org.jboss.weld.core"/>
<module name="org.jboss.weld.spi"/>

</dependencies>
</module>
</module>

0 comments on commit d34a004

Please sign in to comment.