This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 0b753f534 TIKA-4327: revert mistake
0b753f534 is described below
commit 0b753f5347c7b42ee573de9f007ad84566bdcd1d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Dec 29 11:01:20 2025 +0100
TIKA-4327: revert mistake
---
tika-grpc/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index 44959e2f4..b16da5968 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -617,12 +617,12 @@
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-core</artifactId>
- <version>${grpc.version}</version>
+ <version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-indexing</artifactId>
- <version>${grpc.version}</version>
+ <version>2.16.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>