Search code examples
jhipsterignite

Missing artifact org.apache.ignite:ignite-hibernate_5.1:jar:2.3.0


I am trying to implement Hibernate 2nd level cache with Apache Ignite. For this, I used following maven dependency in pom.xml based on Apache Ignite official documentation. I got following exception Missing artifact org.apache.ignite:ignite-hibernate_5.1:jar:2.3.0 when I build the project. Code uploaded to github. I am using Apache Ignite 2.3.0 version. I tried other versions too and nothing worked

    <dependency>
      <groupId>org.apache.ignite</groupId>
      <artifactId>ignite-hibernate_5.1</artifactId>
      <version>${ignite.version}</version>
    </dependency>

Solution

  • ignite-hibernate module is not deployed to Maven Central due to licensing restrictions. You can either build these artifacts from source on your own, or use 3rd party repos: https://ignite.apache.org/download.cgi#3rdparty