This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new a7cbf09dc8 TIKA-4488: move grpc version to parent
a7cbf09dc8 is described below

commit a7cbf09dc8a85bdfd020262fbcfb72ed101506b5
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jan 5 15:02:45 2026 +0100

    TIKA-4488: move grpc version to parent
---
 tika-grpc/pom.xml   | 13 -------------
 tika-parent/pom.xml |  8 ++++++++
 2 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index 8ed65c8ea7..e028c43f03 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -34,7 +34,6 @@
   </parent>
 
   <properties>
-    <grpc.version>1.78.0</grpc.version>
     <asarkar-grpc-test.version>1.2.2</asarkar-grpc-test.version>
     <awaitility.version>4.3.0</awaitility.version>
     <j2objc-annotations.version>3.1</j2objc-annotations.version>
@@ -43,18 +42,6 @@
     <maven.javadoc.skip>true</maven.javadoc.skip>
   </properties>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>io.grpc</groupId>
-        <artifactId>grpc-bom</artifactId>
-        <version>${grpc.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
   <dependencies>
     <dependency>
       <groupId>io.grpc</groupId>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1ee281c092..0f9f883050 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -353,6 +353,7 @@
     <geoapi.version>3.0.2</geoapi.version>
     <gson.version>2.13.2</gson.version>
     <guava.version>33.5.0-jre</guava.version>
+    <grpc.version>1.78.0</grpc.version>
     <h2.version>2.4.240</h2.version>
     <hdf5.version>1.14.3-1.5.10</hdf5.version>
     <httpcomponents.version>4.5.14</httpcomponents.version>
@@ -518,6 +519,13 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+        <groupId>io.grpc</groupId>
+        <artifactId>grpc-bom</artifactId>
+        <version>${grpc.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
       <!-- because cxf 4.0.9 uses 2.0.2 and jaxb 4.0.6 uses 2.0.3 -->
       <dependency>
         <groupId>org.eclipse.angus</groupId>

Reply via email to