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/03/21 22:25:03 UTC

[incubator-nlpcraft] branch master updated: Update pom.xml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 90812f1  Update pom.xml
90812f1 is described below

commit 90812f17af1f237d14215a60d1fec179f06ee720
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Sun Mar 21 15:24:56 2021 -0700

    Update pom.xml
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 00a0d97..cf25aff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <properties>
         <!-- Major Scala version. -->
         <scala.base>2.12</scala.base>
-        <kotlin.ver>1.4.21</kotlin.ver>
+        <kotlin.ver>1.4.31</kotlin.ver>
         <groovy.ver>3.0.7</groovy.ver>
 
         <!-- Versions. -->
@@ -756,8 +756,8 @@
                                 <exclude>zips/**/*</exclude>
                                 <exclude>src/main/resources/**/*.json</exclude>
                                 <exclude>src/main/resources/moby/*</exclude>
-                                <exclude>src/main/scala/org/apache/nlpcraft/model/intent/impl/antlr4/*</exclude>
-                                <exclude>src/main/scala/org/apache/nlpcraft/probe/mgrs/model/antlr4/*</exclude>
+                                <exclude>src/main/scala/org/apache/nlpcraft/model/intent/compiler/antlr4/*</exclude>
+                                <exclude>src/main/scala/org/apache/nlpcraft/common/makro/antlr4/*</exclude>
                                 <exclude>src/main/resources/opennlp/en-lemmatizer.dict</exclude>
                             </excludes>
                             <numUnapprovedLicenses>0</numUnapprovedLicenses>