From 9c1434f5d4fd741530c2b4ff2f2fcfe0fe76755e Mon Sep 17 00:00:00 2001 From: jansupol Date: Mon, 2 May 2022 22:29:43 +0200 Subject: [PATCH] Add Apache 5 connector to client tests Signed-off-by: jansupol --- bom/pom.xml | 7 ++++++- tests/e2e-client/pom.xml | 5 +++++ .../jersey/tests/e2e/client/BufferingTest.java | 16 +++++++++++++++- .../e2e/client/connector/HttpPatchTest.java | 6 +++--- .../RequestHeaderModificationsTest.java | 5 ++++- .../ssl/AbstractConnectorServerTest.java | 6 ++++-- .../ssl/SslConnectorConfigurationTest.java | 7 +++---- .../connector/ssl/SslHttpUrlConnectorTest.java | 11 ++++++++++- 8 files changed, 50 insertions(+), 13 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index cbf94f2743..235c34e779 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -1,7 +1,7 @@