Examples compilation
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/43105832 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/43105832 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/43105832 Branch: refs/heads/ignite-4587 Commit: 4310583298baf9fa371064b29eb17ab73d5f47db Parents: 4849447 Author: Anton Vinogradov <[email protected]> Authored: Thu Apr 13 16:35:34 2017 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Thu Apr 13 16:35:34 2017 +0300 ---------------------------------------------------------------------- examples/pom-standalone-lgpl.xml | 6 ++++++ examples/pom-standalone.xml | 6 ++++++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/43105832/examples/pom-standalone-lgpl.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone-lgpl.xml b/examples/pom-standalone-lgpl.xml index 16fe125..d9e630b 100644 --- a/examples/pom-standalone-lgpl.xml +++ b/examples/pom-standalone-lgpl.xml @@ -72,6 +72,12 @@ </dependency> <dependency> + <groupId>org.apache.ignite</groupId> + <artifactId>ignite-spring-data</artifactId> + <version>to_be_replaced_by_ignite_version</version> + </dependency> + + <dependency> <groupId>com.google.code.simple-spring-memcached</groupId> <artifactId>spymemcached</artifactId> <version>2.7.3</version> http://git-wip-us.apache.org/repos/asf/ignite/blob/43105832/examples/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml index fe6ab21..fe559f8 100644 --- a/examples/pom-standalone.xml +++ b/examples/pom-standalone.xml @@ -72,6 +72,12 @@ </dependency> <dependency> + <groupId>org.apache.ignite</groupId> + <artifactId>ignite-spring-data</artifactId> + <version>to_be_replaced_by_ignite_version</version> + </dependency> + + <dependency> <groupId>com.google.code.simple-spring-memcached</groupId> <artifactId>spymemcached</artifactId> <version>2.7.3</version>
