From 1f2fff6c740695cb2ae430af16684ebc13bc57d5 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Wed, 13 Sep 2017 14:48:05 -0500 Subject: added "fetch timeout" backoff for UEB endpoints this prevents high frequency fruitless attempts to connect to an unreachable (perhaps temporarily) UEB server. added additional management apis for noop endpoints. bump versions of jackson parsers so through snakeyaml library throughtransitive dependencies is bump up from 1.15 as it is resolved in the classpath at runtime to > 1.17 otherwise causes incompatibilities with the one used in controlloops under their own classloaders, as they expect 1.17. Change-Id: I936348c4b93a2c409c22568868c44ed330dc18f7 Issue-ID: POLICY-119 Signed-off-by: Jorge Hernandez --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3765f933..75c2748b 100644 --- a/pom.xml +++ b/pom.xml @@ -43,9 +43,9 @@ 1.1.0-SNAPSHOT 0.2.12 0.0.1 - 2.22.2 - 1.5.13 - 2.8.4 + 2.25.1 + 1.5.16 + 2.9.1 4.5.2 4.4.4 1.2.3 @@ -55,7 +55,7 @@ 5.2.10.Final 5.0.1.Final 2.5 - 16.0.1 + 23.0 https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} -- cgit 1.2.3-korg