From 573c53f8f8dbd220f34b718399ddd3bd1a3121a9 Mon Sep 17 00:00:00 2001 From: tkogut Date: Wed, 24 Feb 2021 12:04:53 +0100 Subject: Honor the Retry-After HTTP header in case of 413 status code. Issue-ID: DCAEGEN2-1483 Signed-off-by: tkogut Change-Id: I429474d4a0565f5aa9bd542daa0db814c5504ef6 --- rest-services/http-client/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'rest-services/http-client/pom.xml') diff --git a/rest-services/http-client/pom.xml b/rest-services/http-client/pom.xml index 6b0ab0c1..4948fbdd 100644 --- a/rest-services/http-client/pom.xml +++ b/rest-services/http-client/pom.xml @@ -3,7 +3,7 @@ ~ ============LICENSE_START==================================== ~ DCAEGEN2-SERVICES-SDK ~ ========================================================= - ~ Copyright (C) 2019-2020 Nokia. All rights reserved. + ~ Copyright (C) 2019-2021 Nokia. All rights reserved. ~ ========================================================= ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -73,6 +73,11 @@ junit-jupiter-engine test + + org.junit.jupiter + junit-jupiter-params + test + org.mockito mockito-core -- cgit 1.2.3-korg