You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2023/09/30 14:28:54 UTC

[tika] 02/03: TIKA-4123: restore version defined in parent because of convergence errors

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

commit bdd983eb0c4956947a779ee225ad9e55cff9810c
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Sep 30 15:26:01 2023 +0200

    TIKA-4123: restore version defined in parent because of convergence errors
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index e9868cf28..a3e1cda0b 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -80,6 +80,7 @@
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
+        <version>${snappy.java.version}</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.jackson</groupId>