This is an automated email from the ASF dual-hosted git repository.
sk0x50 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 868a01a IGNITE-17640 Updated ignite spring data doc. Fixes #184
868a01a is described below
commit 868a01a4db96d7d2d9456a397a83fe7701f1f59d
Author: IgGusev <[email protected]>
AuthorDate: Tue Nov 15 12:52:22 2022 +0200
IGNITE-17640 Updated ignite spring data doc. Fixes #184
Signed-off-by: Slava Koptilin <[email protected]>
---
docs/_docs/spring/spring-data.adoc | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/_docs/spring/spring-data.adoc
b/docs/_docs/spring/spring-data.adoc
index c92deef..5d93fc6 100644
--- a/docs/_docs/spring/spring-data.adoc
+++ b/docs/_docs/spring/spring-data.adoc
@@ -59,6 +59,12 @@ tab:pom.xml[]
<artifactId>spring-data-commons</artifactId>
<version>${spring.data.version}</version>
</dependency>
+
+<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-tx</artifactId>
+ <version>${spring.version}</version>
+</dependency>
----
--
@@ -73,6 +79,7 @@ Apache Ignite each one is compatible with.
|===
|Apache Ignite Spring Data extension version | Compatible Apache Ignite
versions
| 1.0.0 | All versions since 2.8.0
+| 2.0.0 | All versions since 2.8.0
|===
== Apache Ignite Repository