-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
---
-
---
The org.wildfly.core:wildfly-model-test dependency in the testsuite/integration/ module should have a test scope.
The org.apache.commons:commons-text dependency should be excluded from the org.apache.activemq:artemis-server dependency, so that it's eliminated from the compile scope dependency tree. This module is not present in our jboss-modules so it's evidently not needed at runtime. It's probably used for ActiveMQ configuration handling which we don't use.
I do these changes to cleanup the dependency tree, as part of Wildfly Channel integration work - it's easier to perform dependency version alignment if the dependency tree doesn't contain stuff that is not needed.
- is cloned by
-
JBEAP-26117 (8.0.z) Dependency tree - wildfly-model-test & commons-text should only be in test scope
- Closed