You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikita Safonov (Jira)" <ji...@apache.org> on 2021/08/23 10:55:00 UTC

[jira] [Created] (IGNITE-15363) Update Ignite Spring Data Dependency Snippet

Nikita Safonov created IGNITE-15363:
---------------------------------------

             Summary: Update Ignite Spring Data Dependency Snippet
                 Key: IGNITE-15363
                 URL: https://issues.apache.org/jira/browse/IGNITE-15363
             Project: Ignite
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 2.10, 2.11
            Reporter: Nikita Safonov
            Assignee: Nikita Safonov


We need to change the current maven configuration snippet to the one below asĀ Apache Ignite spring-data-all-ext extensions 1.0.0 are released.


{code:java}
<dependency>
 <groupId>org.apache.ignite</groupId>
 <artifactId>ignite-spring-data-2.2-ext</artifactId>
 <version>1.0.0</version>
</dependency>{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)