Skip to content

Conversation

@bsbodden
Copy link
Collaborator

@bsbodden bsbodden commented Sep 5, 2025

…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

…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 redis#652
@bsbodden bsbodden merged commit f143221 into redis:main Sep 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

azure-identity in redis-om-spring

1 participant