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

dpavlov 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 c9993bb  Formatting POM according to code style.
c9993bb is described below

commit c9993bb94edc7994c992a2e64cc86d36e9f0925c
Author: Dmitriy Pavlov <dpav...@apache.org>
AuthorDate: Wed Feb 20 17:16:16 2019 +0300

    Formatting POM according to code style.
---
 parent/pom.xml | 54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3b45179..380fc2e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1056,33 +1056,33 @@
                 </plugins>
             </build>
 
-              <dependencyManagement>
-                               <dependencies>
-                                       <dependency>
-                                               
<groupId>org.apache.hadoop</groupId>
-                                               
<artifactId>hadoop-common</artifactId>
-                                               <exclusions>
-                                                       <exclusion>
-                                                               <!-- This 
dependency is not available with java 9.-->
-                                                               
<groupId>jdk.tools</groupId>
-                                                               
<artifactId>jdk.tools</artifactId>
-                                                       </exclusion>
-                                               </exclusions>
-                                       </dependency>
-                                       <dependency>
-                                               
<groupId>org.apache.hadoop</groupId>
-                                               
<artifactId>hadoop-common</artifactId>
-                                               <type>test-jar</type>
-                                               <exclusions>
-                                                       <exclusion>
-                                                               <!-- This 
dependency is not available with java 9.-->
-                                                               
<groupId>jdk.tools</groupId>
-                                                               
<artifactId>jdk.tools</artifactId>
-                                                       </exclusion>
-                                               </exclusions>
-                                       </dependency>
-                               </dependencies>
-                       </dependencyManagement>
+            <dependencyManagement>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.hadoop</groupId>
+                        <artifactId>hadoop-common</artifactId>
+                        <exclusions>
+                            <exclusion>
+                                <!-- This dependency is not available with 
java 9.-->
+                                <groupId>jdk.tools</groupId>
+                                <artifactId>jdk.tools</artifactId>
+                            </exclusion>
+                        </exclusions>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.hadoop</groupId>
+                        <artifactId>hadoop-common</artifactId>
+                        <type>test-jar</type>
+                        <exclusions>
+                            <exclusion>
+                                <!-- This dependency is not available with 
java 9.-->
+                                <groupId>jdk.tools</groupId>
+                                <artifactId>jdk.tools</artifactId>
+                            </exclusion>
+                        </exclusions>
+                    </dependency>
+                </dependencies>
+            </dependencyManagement>
 
         </profile>
 

Reply via email to