From 9be188dd7a5d0507a94e2ce321d3f3390d195a4e Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Wed, 16 Jun 2021 11:47:54 -0400 Subject: Support concurrent requests to create schema sets Issue-ID: CPS-466 Signed-off-by: Bruno Sakoto Change-Id: I2ecf98b9aa5a6097518e616c08f8bb2a2182a613 --- cps-rest/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cps-rest/pom.xml') diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 22c1b7960..4b42656e8 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -54,6 +54,14 @@ org.springframework.boot spring-boot-starter-jetty + + org.springframework.retry + spring-retry + + + org.springframework + spring-aspects + io.swagger.core.v3 swagger-annotations -- cgit 1.2.3-korg