You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2021/02/03 04:28:53 UTC

[ignite-3] branch main updated: IGNITE-13991 - Maven checks fixes (#32)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5ef4d1e  IGNITE-13991 - Maven checks fixes (#32)
5ef4d1e is described below

commit 5ef4d1e60b38ec86f9ff93f925fd6364f5487a89
Author: Peter Ivanov <mr...@gmail.com>
AuthorDate: Wed Feb 3 07:28:46 2021 +0300

    IGNITE-13991 - Maven checks fixes (#32)
---
 parent/pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ac1fc7d..4eb9707 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -57,7 +57,6 @@
         <jansi.version>1.18</jansi.version>
         <javalin.version>3.12.0</javalin.version>
         <javapoet.version>1.13.0</javapoet.version>
-        <javax.annotation.api.version>1.3.2</javax.annotation.api.version>
         <javax.validation.version>2.0.1.Final</javax.validation.version>
         <jetbrains.annotations.version>20.1.0</jetbrains.annotations.version>
         <junit.jupiter.version>5.7.0</junit.jupiter.version>
@@ -252,13 +251,13 @@
                     <version>${maven.compiler.plugin.version}</version>
                 </plugin>
 
-                <plugin>
+                <!--plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>${maven.surefire.plugin.version}</version>
-                </plugin>
+                </plugin-->
 
-                <plugin>
+                <!--plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
                     <version>${maven.source.plugin.version}</version>
@@ -270,7 +269,7 @@
                             </goals>
                         </execution>
                     </executions>
-                </plugin>
+                </plugin-->
 
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>