BAEL-6250: refactor: Move to spring-caching-2 since spring-caching is full

This commit is contained in:
grzegorz@musial.tk
2023-05-21 22:07:09 +02:00
parent 9d63cfe4a6
commit ec5cddc78b
4 changed files with 4 additions and 0 deletions
@@ -44,6 +44,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>embedded-redis</artifactId>