You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2020/01/24 09:51:33 UTC

[ignite] branch master updated: IGNITE-12573 Add missed example dependencies to standalone pom files

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

agoncharuk 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 ffe7525  IGNITE-12573 Add missed example dependencies to standalone pom files
ffe7525 is described below

commit ffe752561bec277c6e3f3a57e5fc29dd6bcb3178
Author: Alexey Goncharuk <al...@gmail.com>
AuthorDate: Fri Jan 24 12:50:56 2020 +0300

    IGNITE-12573 Add missed example dependencies to standalone pom files
---
 examples/pom-standalone-lgpl.xml | 12 ++++++++++++
 examples/pom-standalone.xml      | 12 ++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/examples/pom-standalone-lgpl.xml b/examples/pom-standalone-lgpl.xml
index bc49142..be405db 100644
--- a/examples/pom-standalone-lgpl.xml
+++ b/examples/pom-standalone-lgpl.xml
@@ -105,6 +105,18 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.ignite</groupId>
+            <artifactId>ignite-ml-h2o-model-parser</artifactId>
+            <version>to_be_replaced_by_ignite_version</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.ignite</groupId>
+            <artifactId>ignite-ml-tensorflow-model-parser</artifactId>
+            <version>to_be_replaced_by_ignite_version</version>
+        </dependency>
+
+        <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
             <version>1.2</version>
diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml
index d780ccf..38b8799 100644
--- a/examples/pom-standalone.xml
+++ b/examples/pom-standalone.xml
@@ -105,6 +105,18 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.ignite</groupId>
+            <artifactId>ignite-ml-h2o-model-parser</artifactId>
+            <version>to_be_replaced_by_ignite_version</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.ignite</groupId>
+            <artifactId>ignite-ml-tensorflow-model-parser</artifactId>
+            <version>to_be_replaced_by_ignite_version</version>
+        </dependency>
+
+        <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
             <version>1.2</version>