This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Make jedis and commons-pool2 dependencies optional #80
Labels
type: enhancement
A general enhancement
Milestone
The
jedis
Redis driver is marked as mandatory compile dependency in the pom.xml. The driver is not needed at runtime when not using Redis. Switch the dependency to<optional>true</optional>
but make sure the dependency is still packaged in the distribution files.The text was updated successfully, but these errors were encountered: