This PR addresses an issue in the MfaAuthenticatorServiceLocatorTest where Guice was unable to locate the org.apache.activemq.artemis.spi.core.security.jaas.UserPrincipal class. The fix ensures that the necessary dependencies are correctly resolved, allowing the test to run successfully.
This PR addresses an issue in the
MfaAuthenticatorServiceLocatorTest
where Guice was unable to locate theorg.apache.activemq.artemis.spi.core.security.jaas.UserPrincipal
class. The fix ensures that the necessary dependencies are correctly resolved, allowing the test to run successfully.