|
| 1 | +From 897f67b3bd6f200affe80423a37c7de202f13782 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Malte Sander <malte.sander.it@gmail.com> |
| 3 | +Date: Tue, 25 Nov 2025 14:44:35 +0100 |
| 4 | +Subject: Add httpcomponents.core5 to hive-standalone-metastore |
| 5 | + |
| 6 | +Required for the REST Catalog. |
| 7 | +--- |
| 8 | + standalone-metastore/metastore-rest-catalog/pom.xml | 5 +++++ |
| 9 | + standalone-metastore/pom.xml | 2 ++ |
| 10 | + 2 files changed, 7 insertions(+) |
| 11 | + |
| 12 | +diff --git a/standalone-metastore/metastore-rest-catalog/pom.xml b/standalone-metastore/metastore-rest-catalog/pom.xml |
| 13 | +index c1692e7ba2..ad6cecb535 100644 |
| 14 | +--- a/standalone-metastore/metastore-rest-catalog/pom.xml |
| 15 | ++++ b/standalone-metastore/metastore-rest-catalog/pom.xml |
| 16 | +@@ -26,6 +26,11 @@ |
| 17 | + <iceberg.version>1.9.1</iceberg.version> |
| 18 | + </properties> |
| 19 | + <dependencies> |
| 20 | ++ <dependency> |
| 21 | ++ <groupId>org.apache.httpcomponents.core5</groupId> |
| 22 | ++ <artifactId>httpcore5</artifactId> |
| 23 | ++ <version>${httpcomponents5.core.version}</version> |
| 24 | ++ </dependency> |
| 25 | + <dependency> |
| 26 | + <groupId>org.apache.hive</groupId> |
| 27 | + <artifactId>hive-standalone-metastore-server</artifactId> |
| 28 | +diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml |
| 29 | +index 34eb45fb96..94b883b801 100644 |
| 30 | +--- a/standalone-metastore/pom.xml |
| 31 | ++++ b/standalone-metastore/pom.xml |
| 32 | +@@ -117,6 +117,8 @@ |
| 33 | + <slf4j.version>1.7.30</slf4j.version> |
| 34 | + <httpcomponents.core.version>4.4.13</httpcomponents.core.version> |
| 35 | + <httpcomponents.client.version>4.5.13</httpcomponents.client.version> |
| 36 | ++ <!-- Required for REST Catalog. Should be in sync with Iceberg. --> |
| 37 | ++ <httpcomponents5.core.version>5.3.1</httpcomponents5.core.version> |
| 38 | + <pac4j-core.version>4.5.8</pac4j-core.version> |
| 39 | + <nimbus-oauth.version>11.28</nimbus-oauth.version> |
| 40 | + <jetty.version>9.4.57.v20241219</jetty.version> |
0 commit comments