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:
commit
fa7d8776a9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue