[
https://issues.apache.org/jira/browse/IGNITE-12573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk updated IGNITE-12573:
--------------------------------------
Ignite Flags: (was: Docs Required,Release Notes Required)
> Copy ML dependencies to other standalone pom files in examples
> ---------------------------------------------------------------
>
> Key: IGNITE-12573
> URL: https://issues.apache.org/jira/browse/IGNITE-12573
> Project: Ignite
> Issue Type: Task
> Components: examples
> Affects Versions: 2.8
> Reporter: Stepan Pilschikov
> Assignee: Alexey Goncharuk
> Priority: Critical
> Fix For: 2.8
>
>
> 2 dependencies missed from pom-standalone.xml and pom-standalone-lgpl.xml
> {code}
> <dependency>
> <groupId>org.apache.ignite</groupId>
> <artifactId>ignite-ml-tensorflow-model-parser</artifactId>
> <version>${project.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.ignite</groupId>
> <artifactId>ignite-ml-h2o-model-parser</artifactId>
> <version>${project.version}</version>
> </dependency>
> {code}
> Need to copy this libraries from original pom.xml because examples in
> released build can't be build
--
This message was sent by Atlassian Jira
(v8.3.4#803005)