You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2022/05/24 14:05:42 UTC

[ignite-extensions] branch master updated: IGNITE-17021 Fix the geospatial dependency for examples

This is an automated email from the ASF dual-hosted git repository.

mmuzaf 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 74c59ce  IGNITE-17021 Fix the geospatial dependency for examples
74c59ce is described below

commit 74c59ce787ce01d809abe4c80f6137338adb60d9
Author: Maxim Muzafarov <ma...@gmail.com>
AuthorDate: Tue May 24 17:05:29 2022 +0300

    IGNITE-17021 Fix the geospatial dependency for examples
---
 modules/geospatial-ext/examples/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/geospatial-ext/examples/pom.xml b/modules/geospatial-ext/examples/pom.xml
index 5a762e0..e1a2740 100644
--- a/modules/geospatial-ext/examples/pom.xml
+++ b/modules/geospatial-ext/examples/pom.xml
@@ -105,7 +105,8 @@
 
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>ignite-geospatial</artifactId>
+            <artifactId>ignite-geospatial-ext</artifactId>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>