I have two .Ear files, namely ABC.EAR and XYZ.EAR.
ABC.ear has some dependencies on some jars which are in XYZ.ear.
- I cannot pack them into one .EAR file.
- I cannot put the used libraries in lib folder of WildFly(WildFly\modules\system\layers\base).
If the jars are sub-deployments, you can specify dependencies in jboss-deployment-structure.xml in dependent ear.
E.g. ABC.ear/META-INF/jboss-deployment-structure.xml:
You can check the list of sub-deployments for the ear in the WF management console: Deployments menu -> select ear -> Subdeployments.
If the jars are just libs (NOT sub-deployments), then you should be able to add the same libs to ABC.ear.