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

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


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

commit 279794bd2ffb1970e315635b885a432347c5d3ba
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Wed May 26 15:12:23 2021 -0700

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

diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 9a198c1..f89d912 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -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>
             <!-- Ignite contains 13 version but it contains 12. -->
diff --git a/pom.xml b/pom.xml
index fd508b8..be1cd5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
 
     <properties>
         <!-- Major Scala version. -->
-        <scala.base>2.12</scala.base>
+        <scala.base>2.13</scala.base>
         <java.ver>11</java.ver>
 
         
<maven.build.timestamp.format>yyyy-MM-dd-HH-mm</maven.build.timestamp.format>
@@ -83,7 +83,7 @@
         <gridgain.agent.ver>2.8.1.2</gridgain.agent.ver>
         <scala.plugin.ver>4.3.1</scala.plugin.ver>
         <log4j.ver>2.12.0</log4j.ver>
-        <scala.ver>${scala.base}.11</scala.ver>
+        <scala.ver>${scala.base}.6</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>
@@ -97,7 +97,7 @@
         <scala.xml.ver>1.1.1</scala.xml.ver>
         <c3p0.ver>0.9.5.4</c3p0.ver> <!-- Upgraded to due security 
vulnerability. -->
         <scalatest.ver>3.0.8</scalatest.ver>
-        <lift.json.ver>3.3.0</lift.json.ver>
+        <lift.json.ver>3.4.3</lift.json.ver>
         <scalaj.ver>2.4.1</scalaj.ver>
         <spray.ver>1.3.5</spray.ver>
         <tika.ver>1.21</tika.ver>
@@ -322,12 +322,6 @@
             </dependency>
 
             <dependency>
-                <groupId>com.jsuereth</groupId>
-                <artifactId>scala-arm_${scala.base}</artifactId>
-                <version>${scala.arm.ver}</version>
-            </dependency>
-
-            <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-langdetect</artifactId>
                 <version>${tika.ver}</version>

Reply via email to