Merge pull request #14086 from kulfoniasty/BAEL-6250-move-to-module-2

BAEL-6250: refactor: Move to spring-caching-2 since spring-caching is full
This commit is contained in:
Loredana Crusoveanu 2023-05-22 09:47:01 +03:00 committed by GitHub
commit fa7d8776a9
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>