diff options
author | Steve Smokowski <ss835w@att.com> | 2019-07-24 14:59:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-24 14:59:12 +0000 |
commit | d8e90311006bcb53592c48c246aa2479f807b5ae (patch) | |
tree | cffe6882b4ab318881ff406276c5fda6d90c1103 /mso-api-handlers/mso-api-handler-infra/pom.xml | |
parent | a8bfc8e0d15e5c7b96d36566314017ecbf836e43 (diff) | |
parent | e58d8dd892f1839514bd4b29756ee552c3f169ca (diff) |
Merge "enhance get orchestration request"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index dc665a9446..a3b9827d9f 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -88,6 +88,10 @@ </exclusions> </dependency> <dependency> + <groupId>org.springframework.retry</groupId> + <artifactId>spring-retry</artifactId> + </dependency> + <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> |