wildfly-extras / wildfly-mp-reactive-feature-pack

A galleon feature pack to add the MicroProfile reactive subsystems to your WildFly installation
Apache License 2.0
2 stars 10 forks source link

Set up module dependencies in registerAdditionalRuntimePackages() #11

Closed kabir closed 4 years ago

kabir commented 4 years ago

I am doing too many module.xml dependencies for where it doesn't really make any difference since I need to add those dependencies in the deployers.

The main reason was to have the module dependencies set up so that they work with the layers, but I think registerAdditionalRuntimePackages() might be the better place to do this. Or perhaps I should just add them from the subsystem module.xml, although they might not be directly needed there

kabir commented 4 years ago

Done somewhere along the line