-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
the dependency azure-identity
is used in the core redis-om-spring
module for connections to an azure redis instance. This dependency has a huge dependency graph and isn't useful, if you don't use the azure redis instance.
When using the maven-enforcer-plugin
with the Dependency Convergence rule you'll probably run into a convergence error because of non-matching versions of nimbus-jose-jwt
.
Can the dependency and the azure configuration be extracted to a separate module to mitigate this problem? If not, could you mark the dependency as optional
or provided
so that it won't be automatically added to the compile class path of an application using this library for a separte redis instance?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request