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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 31a61f0  TIKA-3244: update scala to last version that works
31a61f0 is described below

commit 31a61f02a753ce6a9f126ca4b4b37029c4ffeea8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Dec 11 16:54:39 2020 +0100

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

diff --git a/tika-nlp/pom.xml b/tika-nlp/pom.xml
index 068a996..348b6c1 100644
--- a/tika-nlp/pom.xml
+++ b/tika-nlp/pom.xml
@@ -169,15 +169,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>

Reply via email to