]
Brian Stansberry commented on WFCORE-4915:
------------------------------------------
[~kabirkhan] Yes, it was possible to tighten up the MP subsystem deps:
Tighten up the dependency tree of subsystem-test
------------------------------------------------
Key: WFCORE-4915
URL:
https://issues.redhat.com/browse/WFCORE-4915
Project: WildFly Core
Issue Type: Task
Components: Test Suite
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Major
Fix For: 12.0.0.Beta2
In general I'd like to tighten (aka eliminate) up the use of transitive dependencies
when various WildFly and WildFly Core maven modules depend on each other. Things should be
explicit so unwanted coupling cannot creep in.
The subsystem-test module is important in this regard as pretty much all extension
modules depend on it's pom. So I want it and its children and its direct dependencies
to only depend on other wf core modules directly, no transitive deps allowed.