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 2020/12/11 15:36:28 UTC

[tika] branch main updated: TIKA-3244: update scala to last version that works

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 fa8ab43  TIKA-3244: update scala to last version that works
fa8ab43 is described below

commit fa8ab43c8b62c87d16d33b03967d69857befc83c
Author: THausherr <ti...@snafu.de>
AuthorDate: Fri Dec 11 16:36:14 2020 +0100

    TIKA-3244: update scala to last version that works
---
 tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml
index b570e83..8911c79 100644
--- a/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml
@@ -153,15 +153,16 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <!-- can't use 2.13.*, NoClassDefFoundError: scala/Serializable -->
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-library</artifactId>
-      <version>2.13.4</version>
+      <version>2.12.12</version>
     </dependency>
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-reflect</artifactId>
-      <version>2.13.4</version>
+      <version>2.12.12</version>
     </dependency>
     <dependency>
       <groupId>commons-net</groupId>