diff options
author | Niamh Core <niamh.core@est.tech> | 2021-07-12 15:18:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-12 15:18:57 +0000 |
commit | b69ec9851b4af28ed4f8f21b01962561bfa1ec8b (patch) | |
tree | 917edc848f7e080d3be92f11b906e547f1659aa2 /cps-rest/pom.xml | |
parent | 7b5674c679796d5a568eeaeb63776c87468f3c9d (diff) | |
parent | 9be188dd7a5d0507a94e2ce321d3f3390d195a4e (diff) |
Merge "Support concurrent requests to create schema sets"
Diffstat (limited to 'cps-rest/pom.xml')
-rwxr-xr-x | cps-rest/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 22c1b7960b..4b42656e89 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -55,6 +55,14 @@ <artifactId>spring-boot-starter-jetty</artifactId> </dependency> <dependency> + <groupId>org.springframework.retry</groupId> + <artifactId>spring-retry</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-aspects</artifactId> + </dependency> + <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> </dependency> |