You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2017/04/12 03:03:52 UTC

ignite git commit: IGNITE-1192: added spring data module to the fabric list

Repository: ignite
Updated Branches:
  refs/heads/ignite-1192 1cd089699 -> b803e06b6


IGNITE-1192: added spring data module to the fabric list


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b803e06b
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b803e06b
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b803e06b

Branch: refs/heads/ignite-1192
Commit: b803e06b69fcc520af152efcd760a3f7eaa014cd
Parents: 1cd0896
Author: Denis Magda <dm...@gridgain.com>
Authored: Tue Apr 11 20:03:49 2017 -0700
Committer: Denis Magda <dm...@gridgain.com>
Committed: Tue Apr 11 20:03:49 2017 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b803e06b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 41338dd..bc9b5d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
         <module>modules/extdata/uri</module>
         <module>modules/clients</module>
         <module>modules/spring</module>
+        <module>modules/spring-data</module>
         <module>modules/web</module>
         <module>modules/aop</module>
         <module>modules/urideploy</module>