You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make azure-identity an optional dependency to reduce dependency footprint
- Changed azure-identity from 'api' to 'compileOnly' in redis-om-spring module
- Added gson as 'compileOnly' since it was previously included transitively
- Added azure-identity as 'compileOnly' to redis-om-spring-ai module
- Updated roms-amr-entraid demo to explicitly include required Azure dependencies
This reduces the dependency footprint for non-Azure users and prevents potential
version conflicts with nimbus-jose-jwt when using maven-enforcer-plugin.
Users requiring Azure Entra ID support need to explicitly add:
- com.azure:azure-identity
- com.google.code.gson:gson
Fixes#652
0 commit comments