You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/06/01 10:37:28 UTC

[incubator-nlpcraft-java-client] branch master updated: POM fixes. Added `exclusions` section.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b232ee0  POM fixes. Added `exclusions` section.
b232ee0 is described below

commit b232ee066225c3e0b7ec5f547a95634dd9c193b4
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Mon Jun 1 13:37:12 2020 +0300

    POM fixes. Added `exclusions` section.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4b6f6c1..9336402 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,12 @@
             <groupId>org.apache.nlpcraft</groupId>
             <artifactId>nlpcraft</artifactId>
             <version>${nlpcraft.ver}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>edu.stanford.nlp</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>