Skip to content

Commit

Permalink
Merge pull request #210 from jamezp/fix-missing-weld-dep
Browse files Browse the repository at this point in the history
Add Weld module dependencies. This was previously not required becuas…
  • Loading branch information
jamezp authored Sep 6, 2023
2 parents ea164ac + 9cb39f6 commit 4eea2c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<module name="org.jboss.resteasy.resteasy-client" services="import" />
<module name="org.jboss.resteasy.resteasy-core" services="import" />
<module name="org.jboss.resteasy.resteasy-core-spi" />
<module name="org.jboss.weld.core" />
<module name="org.jboss.weld.spi" />
<module name="org.reactivestreams" />
</dependencies>
</module>

0 comments on commit 4eea2c7

Please sign in to comment.