You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/05/20 22:03:36 UTC

[incubator-nlpcraft] branch NLPCRAFT-326-Scala3 updated: WIP.

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

aradzinski pushed a commit to branch NLPCRAFT-326-Scala3
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-326-Scala3 by this push:
     new d127dcc  WIP.
d127dcc is described below

commit d127dccd7e539287d85273ae670e15148420f9b6
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Thu May 20 15:01:23 2021 -0700

    WIP.
---
 nlpcraft/pom.xml | 10 +++-------
 pom.xml          | 12 ++++++------
 2 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index d670018..d0bc7d1 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -119,7 +119,7 @@
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
-            <artifactId>scala-library</artifactId>
+            <artifactId>scala3-library_3</artifactId>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
@@ -130,10 +130,6 @@
             <artifactId>commons-io</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.jsuereth</groupId>
-            <artifactId>scala-arm_${scala.base}</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-langdetect</artifactId>
             <exclusions>
@@ -157,7 +153,7 @@
         </dependency>
         <dependency>
             <groupId>net.liftweb</groupId>
-            <artifactId>lift-json_${scala.base}</artifactId>
+            <artifactId>lift-json_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.ignite</groupId>
@@ -240,7 +236,7 @@
         </dependency>
         <dependency>
             <groupId>org.scalatest</groupId>
-            <artifactId>scalatest_${scala.base}</artifactId>
+            <artifactId>scalatest_3</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 0c2ece6..66ba1bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,9 +80,9 @@
         <!-- Versions. -->
         <ignite.ver>2.9.1</ignite.ver>
         <gridgain.agent.ver>2.8.1.2</gridgain.agent.ver>
-        <scala.plugin.ver>4.3.1</scala.plugin.ver>
+        <scala.plugin.ver>4.5.1</scala.plugin.ver>
         <log4j.ver>2.12.0</log4j.ver>
-        <scala.ver>3.36.0</scala.ver>
+        <scala.ver>3.0.0</scala.ver>
         <scala.config.ver>1.3.4</scala.config.ver>
         <commons.codec.ver>1.14</commons.codec.ver>
         <commons.io.ver>2.7</commons.io.ver>
@@ -95,7 +95,7 @@
         <scala.arm.ver>2.0</scala.arm.ver>
         <scala.xml.ver>1.1.1</scala.xml.ver>
         <c3p0.ver>0.9.5.4</c3p0.ver>
-        <scalatest.ver>3.0.8</scalatest.ver>
+        <scalatest.ver>3.2.9</scalatest.ver>
         <lift.json.ver>3.4.3</lift.json.ver>
         <scalaj.ver>2.4.1</scalaj.ver>
         <spray.ver>1.3.5</spray.ver>
@@ -171,7 +171,7 @@
         <dependencies>
             <dependency>
                 <groupId>org.scala-lang</groupId>
-                <artifactId>scala-library</artifactId>
+                <artifactId>scala3-library_3</artifactId>
                 <version>${scala.ver}</version>
             </dependency>
 
@@ -480,7 +480,7 @@
             <!-- Test dependencies. -->
             <dependency>
                 <groupId>org.scalatest</groupId>
-                <artifactId>scalatest_${scala.base}</artifactId>
+                <artifactId>scalatest_3</artifactId>
                 <version>${scalatest.ver}</version>
             </dependency>
 
@@ -516,7 +516,7 @@
                         <arg>-feature</arg>
                     </args>
                     <!-- Suppress warnings on release versions of Scala. -->
-                    <scalaCompatVersion>${scala.base}</scalaCompatVersion>
+                    <scalaCompatVersion>2.13</scalaCompatVersion>
                 </configuration>
                 <executions>
                     <execution>