Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-12573

Copy ML dependencies to other standalone pom files in examples

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.8
    • 2.8
    • examples
    • None

    Description

      2 dependencies missed from pom-standalone.xml and pom-standalone-lgpl.xml

      <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>
      

      Need to copy this libraries from original pom.xml because examples in released build can't be build

      Attachments

        Issue Links

          Activity

            People

              agoncharuk Alexey Goncharuk
              spilschikov Stepan Pilschikov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: