summaryrefslogtreecommitdiffstats
path: root/cps-service/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-01-22 09:33:55 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-22 09:33:55 +0000
commitb17558915a61c1a2ee4385c69755589fec7c8c94 (patch)
treed15f4dfb005b50dfed5606fa63a7fcb6bc248d54 /cps-service/pom.xml
parent21578649ae0fe26b4a9cc8dc5f90d0d6a3c6cef6 (diff)
parent1b8a4dd237077944df7bef5fa04c412da01029f0 (diff)
Merge "Introduce caffeine cache"
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r--cps-service/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml
index 642d76451d..fc4ca12097 100644
--- a/cps-service/pom.xml
+++ b/cps-service/pom.xml
@@ -38,6 +38,14 @@
<artifactId>lombok</artifactId>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-cache</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.github.ben-manes.caffeine</groupId>
+ <artifactId>caffeine</artifactId>
+ </dependency>
+ <dependency>
<!-- For logging -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@@ -64,6 +72,16 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.spockframework</groupId>
+ <artifactId>spock-spring</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<scope>test</scope>