From 25c53ce178e4cf0bf2ab7bbd0aa05da038ff5c8f Mon Sep 17 00:00:00 2001 From: Mihai Budiu Date: Wed, 22 Jul 2026 20:23:18 -0700 Subject: [PATCH] [SQL] Remove unneeded http5 dependencies from maven file pom.xml Signed-off-by: Mihai Budiu --- sql-to-dbsp-compiler/SQL-compiler/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sql-to-dbsp-compiler/SQL-compiler/pom.xml b/sql-to-dbsp-compiler/SQL-compiler/pom.xml index e3adc2132b8..5da858d5172 100644 --- a/sql-to-dbsp-compiler/SQL-compiler/pom.xml +++ b/sql-to-dbsp-compiler/SQL-compiler/pom.xml @@ -17,7 +17,7 @@ 19 UTF-8 1.43.0 - 2.22.0 + 2.22.1 3.1.12 0.324.0 1.28.0 @@ -350,6 +350,18 @@ com.fasterxml.jackson.core jackson-core + + org.apache.httpcomponents.client5 + httpclient5 + + + org.apache.httpcomponents.core5 + httpcore5-h2 + + + org.apache.httpcomponents.core5 + httpcore5 +