diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-06-16 11:47:54 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-07-09 11:38:55 -0400 |
commit | 9be188dd7a5d0507a94e2ce321d3f3390d195a4e (patch) | |
tree | a32384b24faeece4cacf130560b766218c0082d5 /cps-rest/pom.xml | |
parent | 0190d0246ab18311fe12cdebb808d9f6e4b131c1 (diff) |
Support concurrent requests to create schema sets
Issue-ID: CPS-466
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I2ecf98b9aa5a6097518e616c08f8bb2a2182a613
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> |