eclipse / kapua

Eclipse Public License 2.0
227 stars 160 forks source link

🐛 [test] Fix GuiceLocator Instantiation Errors in `MfaAuthenticatorServiceLocatorTest` #4138

Closed MDeLuise closed 1 week ago

MDeLuise commented 1 week ago

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.