-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
if (!exclusions.contains(dependency.getIdentifier()) && !systemDependenciesSet.contains(dependency.getIdentifier())) { this.systemDependencies.add(dependency); this.systemDependenciesSet.add(dependency.getIdentifier()); } else { excludedDependencies.add(dependency.getIdentifier()); }
The '!systemDependenciesSet.contains(dependency.getIdentifier())' shouldn't influence what goes into excludedDependencies.
This does no harm but I'm going to change this method for WFCORE-6606 anyway, so I'm filing this to let me change this bit in a separate commit.
- is related to
-
WFCORE-6606 WildFly main is failing some of Jakarta EE 10 Platform TCK Connector tests that depend on appclient deploying an ear with resource archive deployment dependencies
- Resolved