You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by al...@apache.org on 2022/12/28 06:17:44 UTC

[ignite] branch master updated: IGNITE-5713 Remove redundant ignite-indexing module dependencies - Fixes #10459.

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

alexpl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e221e90b57 IGNITE-5713 Remove redundant ignite-indexing module dependencies - Fixes #10459.
6e221e90b57 is described below

commit 6e221e90b5728b0c2250915dbbae96c13fcde772
Author: Aleksey Plekhanov <pl...@gmail.com>
AuthorDate: Wed Dec 28 09:14:25 2022 +0300

    IGNITE-5713 Remove redundant ignite-indexing module dependencies - Fixes #10459.
    
    Signed-off-by: Aleksey Plekhanov <pl...@gmail.com>
---
 modules/dev-utils/pom.xml | 5 -----
 modules/direct-io/pom.xml | 5 -----
 modules/spring/pom.xml    | 5 -----
 3 files changed, 15 deletions(-)

diff --git a/modules/dev-utils/pom.xml b/modules/dev-utils/pom.xml
index c1f37a07bb9..c51ccdc9e29 100644
--- a/modules/dev-utils/pom.xml
+++ b/modules/dev-utils/pom.xml
@@ -40,11 +40,6 @@
             <artifactId>ignite-core</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>ignite-indexing</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>ignite-core</artifactId>
diff --git a/modules/direct-io/pom.xml b/modules/direct-io/pom.xml
index bcae808e66c..a8c2cd46b42 100644
--- a/modules/direct-io/pom.xml
+++ b/modules/direct-io/pom.xml
@@ -55,11 +55,6 @@
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>ignite-indexing</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>ignite-compress</artifactId>
diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml
index 76407790d4c..a8c11444928 100644
--- a/modules/spring/pom.xml
+++ b/modules/spring/pom.xml
@@ -40,11 +40,6 @@
             <artifactId>ignite-core</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>ignite-indexing</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>