Commit f143221
committed
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 #6521 parent cd36b2a commit f143221
File tree
3 files changed
+7
-1
lines changed- demos/roms-amr-entraid
- redis-om-spring-ai
- redis-om-spring
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments