When adding the below dependency to extension/guacamole-auth-jdbc-base the application's startup fails with the error ClassNotFound for error. There must be some dependency conflict but not able to understand which dependency is causing the issue.
Have tried using azure-sdk-bom to remove azure dependency version but was of no effort.
Have also tried getting the mvn dependency tree but most of the library result in been conflict with/without the azure dependency mentioned. Please help to understand how the postgres jar is build
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>5.38.0</version>
</dependency>
Caused by: java.lang.ClassNotFoundException: org.apache.guacamole.auth.postgresql.PostgreSQLAuthenticationProvider