aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-controlloop/pom.xml
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2021-07-20 15:49:57 +0100
committerFrancescoFioraEst <francesco.fiora@est.tech>2021-07-26 14:55:31 +0100
commitd5c645873589e0b56a6ad0edd5bd0d480896f765 (patch)
tree928119de9a51ed93651bc2a8fd5876b82d65c454 /runtime-controlloop/pom.xml
parent395f61064ab29a9506a18bae505ebf1da3315e94 (diff)
Add Retry and Timeout handling
Implementaton of Supervision, Retry and Timeout handling on all Participant messages Issue-ID: POLICY-3455 Change-Id: Idfd53ea0b8f5bb1272703256b983a6cbeeb4fdf4 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-controlloop/pom.xml')
-rw-r--r--runtime-controlloop/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime-controlloop/pom.xml b/runtime-controlloop/pom.xml
index e436451ff..508f44a80 100644
--- a/runtime-controlloop/pom.xml
+++ b/runtime-controlloop/pom.xml
@@ -67,6 +67,11 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
+ <version>${version.springboot}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>