BAEL-6250: refactor: Move to spring-caching-2 since spring-caching is full
This commit is contained in:
parent
9d63cfe4a6
commit
ec5cddc78b
|
@ -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