From d988c4e0b5714f449e23f892efdc2be366f498cf Mon Sep 17 00:00:00 2001 From: Peikun Chen Date: Wed, 10 Mar 2021 11:01:45 +0800 Subject: [PATCH] Update httpclient to 4.5.13, junit to 4.13.1 --- hetu-hbase/pom.xml | 1 - pom.xml | 10 +++++++++- presto-benchto-benchmarks/pom.xml | 6 ++++++ presto-cli/pom.xml | 6 ++++++ presto-jdbc/pom.xml | 12 ++++++++++++ 5 files changed, 33 insertions(+), 2 deletions(-) diff --git a/hetu-hbase/pom.xml b/hetu-hbase/pom.xml index c2a346e4e..08104f575 100644 --- a/hetu-hbase/pom.xml +++ b/hetu-hbase/pom.xml @@ -18,7 +18,6 @@ 2.0.1.Final 3.10 1.10.18 - 4.13 6.10 2.2.3 0.8.2 diff --git a/pom.xml b/pom.xml index e6d616545..40c9e820a 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,9 @@ 3.8.0 1.2.3 1.21 + 4.13.1 1.9.10 + 4.5.13 3.2.0-8 2.0.1 316 @@ -1139,6 +1141,12 @@ + + junit + junit + ${dep.junit.version} + + io.airlift testing-postgresql-server @@ -1363,7 +1371,7 @@ org.apache.httpcomponents httpclient - 4.5.11 + ${dep.httpclient.version} commons-logging diff --git a/presto-benchto-benchmarks/pom.xml b/presto-benchto-benchmarks/pom.xml index b20a43c03..5dacc63c8 100644 --- a/presto-benchto-benchmarks/pom.xml +++ b/presto-benchto-benchmarks/pom.xml @@ -42,6 +42,12 @@ test + + org.apache.httpcomponents + httpclient + test + + io.airlift testing diff --git a/presto-cli/pom.xml b/presto-cli/pom.xml index c4eb93303..3b5a1ec05 100644 --- a/presto-cli/pom.xml +++ b/presto-cli/pom.xml @@ -118,6 +118,12 @@ + + junit + junit + test + + org.testng testng diff --git a/presto-jdbc/pom.xml b/presto-jdbc/pom.xml index f6b4f3b36..93947f670 100644 --- a/presto-jdbc/pom.xml +++ b/presto-jdbc/pom.xml @@ -133,6 +133,18 @@ test + + junit + junit + test + + + + org.apache.httpcomponents + httpclient + test + + org.testng testng