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

amashenkov pushed a commit to branch gg-18540
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 77c839de4dac99929bd9d50551684844a1e9f1c0
Author: Peter Ivanov <[email protected]>
AuthorDate: Mon Apr 29 19:00:02 2019 +0300

    GG-17480 Implement WAL page snapshot records compression
     * fixed groupId causing compilation errors
---
 modules/compress/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/compress/pom.xml b/modules/compress/pom.xml
index bdcd924..11b3558 100644
--- a/modules/compress/pom.xml
+++ b/modules/compress/pom.xml
@@ -42,7 +42,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.ignite</groupId>
+            <groupId>org.gridgain</groupId>
             <artifactId>ignite-indexing</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
@@ -50,7 +50,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.ignite</groupId>
+            <groupId>org.gridgain</groupId>
             <artifactId>ignite-indexing</artifactId>
             <scope>test</scope>
             <version>${project.version}</version>

Reply via email to