You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ch...@apache.org on 2019/04/16 16:08:41 UTC

[ignite] branch master updated: IGNITE-11759: [ML] Duplicate depenpecies for ml artifacts

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

chief pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new dc992f5  IGNITE-11759: [ML] Duplicate depenpecies for ml artifacts
dc992f5 is described below

commit dc992f5611fa9d7c52dbc4e34cdce1de62dfaf9f
Author: Alexey Platonov <ap...@gmail.com>
AuthorDate: Tue Apr 16 19:08:30 2019 +0300

    IGNITE-11759: [ML] Duplicate depenpecies for ml artifacts
    
    This close #6461
---
 modules/ml/mleap-model-parser/pom.xml      | 6 +++++-
 modules/ml/spark-model-parser/pom.xml      | 6 +++++-
 modules/ml/tensorflow-model-parser/pom.xml | 6 +++++-
 modules/ml/xgboost-model-parser/pom.xml    | 6 +++++-
 4 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/modules/ml/mleap-model-parser/pom.xml b/modules/ml/mleap-model-parser/pom.xml
index 4826bcf..a30dd0d 100644
--- a/modules/ml/mleap-model-parser/pom.xml
+++ b/modules/ml/mleap-model-parser/pom.xml
@@ -48,7 +48,11 @@
                         </goals>
                         <configuration>
                             <excludeTransitive>false</excludeTransitive>
-                            <excludeArtifactIds>fastutil,h2</excludeArtifactIds>
+                            <excludeArtifactIds>
+                                fastutil,h2,ignite-shmem,annotations,arpack_combined_all,
+                                cache-api,commons-math3,commons-rng-client-api,commons-rng-core,
+                                commons-rng-simple,core,ignite-ml
+                            </excludeArtifactIds>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/modules/ml/spark-model-parser/pom.xml b/modules/ml/spark-model-parser/pom.xml
index 9dd60c8..c863917 100644
--- a/modules/ml/spark-model-parser/pom.xml
+++ b/modules/ml/spark-model-parser/pom.xml
@@ -48,7 +48,11 @@
                         </goals>
                         <configuration>
                             <excludeTransitive>false</excludeTransitive>
-                            <excludeArtifactIds>fastutil,h2</excludeArtifactIds>
+                            <excludeArtifactIds>
+                                fastutil,h2,ignite-shmem,annotations,arpack_combined_all,
+                                cache-api,commons-math3,commons-rng-client-api,commons-rng-core,
+                                commons-rng-simple,core,ignite-ml
+                            </excludeArtifactIds>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/modules/ml/tensorflow-model-parser/pom.xml b/modules/ml/tensorflow-model-parser/pom.xml
index 551a60c..8002ff8 100644
--- a/modules/ml/tensorflow-model-parser/pom.xml
+++ b/modules/ml/tensorflow-model-parser/pom.xml
@@ -54,7 +54,11 @@
                         </goals>
                         <configuration>
                             <excludeTransitive>false</excludeTransitive>
-                            <excludeArtifactIds>fastutil,h2</excludeArtifactIds>
+                            <excludeArtifactIds>
+                                fastutil,h2,ignite-shmem,annotations,arpack_combined_all,
+                                cache-api,commons-math3,commons-rng-client-api,commons-rng-core,
+                                commons-rng-simple,core,ignite-ml
+                            </excludeArtifactIds>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/modules/ml/xgboost-model-parser/pom.xml b/modules/ml/xgboost-model-parser/pom.xml
index c86b8d0..70f6465 100644
--- a/modules/ml/xgboost-model-parser/pom.xml
+++ b/modules/ml/xgboost-model-parser/pom.xml
@@ -52,7 +52,11 @@
                         </goals>
                         <configuration>
                             <excludeTransitive>false</excludeTransitive>
-                            <excludeArtifactIds>fastutil,h2</excludeArtifactIds>
+                            <excludeArtifactIds>
+                                fastutil,h2,ignite-shmem,annotations,arpack_combined_all,
+                                cache-api,commons-math3,commons-rng-client-api,commons-rng-core,
+                                commons-rng-simple,core,ignite-ml
+                            </excludeArtifactIds>
                         </configuration>
                     </execution>
                 </executions>