-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.12.0-alpha3, 7.13.0, 7.14.0, 7.16.0, 7.17.0, 7.15.0
-
None
Environment (Required on creation):
Wildfly 7.12.0-alpha3 or later.
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
The camunda-wildfly-modules artifact provides several incorrectly configured Wildfly modules.
Steps to reproduce (Required on creation):
Open the CAM_WF/modules/ and CAM_WF/server/wildfly-*/modules/ directories.
Observed Behavior (Required on creation):
The following modules don't provide a module.xml file:
- org/slf4j/slf4j-api
- joda-time/joda-time
Expected behavior (Required on creation):
The modules listed above shouldn't be present. They are either provided by Wildfly or configured by Camunda in a different place.
Root Cause (Required on prioritization):
CAM-10702- removal of the slf4j-api provided dependency.CAM-10419- removal of the joda-time exclusion from the camunda-wildfly-subsystem dependency.
Solution Ideas (Optional):
- We revert the changes from the CAM tickets listed above.
- We adjust the maven-antrun-plugin to exclude the problematic dependencies or only include the ones that have a module.xml file defined.
Hints (optional):
We should consider how third-party BOMs are generated when reverting the changes from the CAM tickets. They might impact the correctness of the BOMs.