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

View File

@ -44,6 +44,10 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId> <artifactId>spring-boot-starter-data-redis</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency> <dependency>
<groupId>it.ozimov</groupId> <groupId>it.ozimov</groupId>
<artifactId>embedded-redis</artifactId> <artifactId>embedded-redis</artifactId>