-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Elytron module is hardcoding the version of specific Elytron test dependencies. That would be fine, but we tend to control dependency versions from the main pom.xml.
In addition, we also have a test bom module that could be used instead for this task since there are common dependencies used by the Elytron test suite (see org.apache.directory.server 2.0.0-M15 in testbom/pom.xml) and in the Elytron JUnit tests (see org.apache.directory.server 2.0.0-M24).
Indeed these test dependencies should be aligned if possible.