IGNITE-4238: Added geospatial queries example (nolgpl examples hotfix)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c8dbec4e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c8dbec4e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c8dbec4e Branch: refs/heads/ignite-4371 Commit: c8dbec4eaac417b3943120d0c46a9d493d719def Parents: 5c5d70b Author: Anton Vinogradov <[email protected]> Authored: Wed Dec 7 13:15:37 2016 +0300 Committer: devozerov <[email protected]> Committed: Thu Dec 15 12:47:44 2016 +0300 ---------------------------------------------------------------------- examples/pom-standalone.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c8dbec4e/examples/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml index 6247ced..08c27fe 100644 --- a/examples/pom-standalone.xml +++ b/examples/pom-standalone.xml @@ -166,6 +166,12 @@ <artifactId>ignite-schedule</artifactId> <version>to_be_replaced_by_ignite_version</version> </dependency> + + <dependency> + <groupId>org.apache.ignite</groupId> + <artifactId>ignite-geospatial</artifactId> + <version>to_be_replaced_by_ignite_version</version> + </dependency> </dependencies> </profile> </profiles>
