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

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


The following commit(s) were added to refs/heads/ignite-13987 by this push:
     new 8aec96d  Minor.
8aec96d is described below

commit 8aec96d0f1eefbc76ad8c8fc9a2abf0d60dc0a1d
Author: Andrew Mashenkov <[email protected]>
AuthorDate: Wed Jan 13 16:51:37 2021 +0300

    Minor.
---
 modules/cli/pom.xml | 16 ++++++----------
 pom.xml             |  2 +-
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/modules/cli/pom.xml b/modules/cli/pom.xml
index f460e59..d2ccfb9 100644
--- a/modules/cli/pom.xml
+++ b/modules/cli/pom.xml
@@ -43,6 +43,12 @@
     </properties>
 
     <dependencies>
+        <dependency>
+            <groupId>org.apache.ignite</groupId>
+            <artifactId>ignite-cli-common</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
         <!-- 3-rd party dependencies. -->
         <dependency>
             <groupId>ch.qos.logback</groupId>
@@ -55,11 +61,6 @@
             <version>${jackson.databind.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-cli-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.ivy</groupId>
             <artifactId>ivy</artifactId>
             <version>${apache.ivy.version}</version>
@@ -193,11 +194,6 @@
             </plugin>
 
             <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.22.2</version>
-            </plugin>
-
-            <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <version>${maven.antrun.plugin.version}</version>
                 <executions>
diff --git a/pom.xml b/pom.xml
index 3f03881..310465e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <mockito.framework.version>3.4.6</mockito.framework.version>
         <mockito.junit.jupiter.version>3.3.3</mockito.junit.jupiter.version>
 
-        <!-- Maven plugins -->
+        <!-- Maven plugins. -->
         <apache.rat.plugin.version>0.13</apache.rat.plugin.version>
         <maven.antrun.plugin.version>3.0.0</maven.antrun.plugin.version>
         <maven.assembly.plugin.version>3.2.0</maven.assembly.plugin.version>

Reply via email to