wildfly modules contain some open source jar files.
1. should WAR and EAR files include these or list them as maven scope
provided and use the jboss deployment descriptor to have the app server
include them in the classpath from the app server module?
2. Does the answer change for modules that are jboss.api=private vs
those that are not private?
The below reference has some information however do not definitively
state a best practice and why.
reference:
http://wildfly-development.1055759.n5.nabble.com/what-is-jboss-api-privat...