diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-06-04 17:46:54 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-06-04 17:47:00 -0400 |
commit | 750f579aebd19b72ac67c57d92b35ce53e293d06 (patch) | |
tree | 552a8126377cf0a4296557e0cbe316fa6d8e695e /common | |
parent | f239be089f523a016cf52f723638c060f899978f (diff) |
Add retry dependency
Add retry dependency to pom.xml
Issue-ID: SO-2977
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I891ab51c78ec491b5875fe425c67ff565e5a397b
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 4 |
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> |