summaryrefslogtreecommitdiffstats
path: root/cps-ri/pom.xml
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-07-12 15:18:57 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-12 15:18:57 +0000
commitb69ec9851b4af28ed4f8f21b01962561bfa1ec8b (patch)
tree917edc848f7e080d3be92f11b906e547f1659aa2 /cps-ri/pom.xml
parent7b5674c679796d5a568eeaeb63776c87468f3c9d (diff)
parent9be188dd7a5d0507a94e2ce321d3f3390d195a4e (diff)
Merge "Support concurrent requests to create schema sets"
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r--cps-ri/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index b2cf6917e..c89882f39 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
============LICENSE_START=======================================================
- Modification Copyright (C) 2021 Nordix Foundation
+ Modifications Copyright (C) 2021 Nordix Foundation
Modifications Copyright (C) 2021 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -50,6 +50,14 @@
<artifactId>spring-boot-starter-validation</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>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
@@ -74,6 +82,10 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
<!-- T E S T D E P E N D E N C I E S -->
<dependency>
<groupId>org.codehaus.groovy</groupId>