aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-06-07 09:26:01 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-07 09:26:01 +0000
commit515be95fb12dcecf7cffb9f8fac6db853907d329 (patch)
tree066a3baef2d145d91f32e020322ad090a25c8c1f
parent9b78caf92e4a362850a242f04871644dafc20f62 (diff)
parent750f579aebd19b72ac67c57d92b35ce53e293d06 (diff)
Merge "Add retry dependency"
-rw-r--r--common/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml
index ab498f8844..f47200fc63 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -109,6 +109,10 @@
<optional>true</optional>
</dependency>
<dependency>
+ <groupId>org.springframework.retry</groupId>
+ <artifactId>spring-retry</artifactId>
+ </dependency>
+ <dependency>
<groupId>net.jodah</groupId>
<artifactId>failsafe</artifactId>
<version>2.0.1</version>