You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2015/01/19 20:29:52 UTC

svn commit: r1653082 - /hive/trunk/pom.xml

Author: brock
Date: Mon Jan 19 19:29:52 2015
New Revision: 1653082

URL: http://svn.apache.org/r1653082
Log:
HIVE-9407 - Fix spacing in pom (Brock reviewed by Xuefu and Sushanth)

Modified:
    hive/trunk/pom.xml

Modified: hive/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1653082&r1=1653081&r2=1653082&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Mon Jan 19 19:29:52 2015
@@ -351,9 +351,9 @@
         <version>${log4j.version}</version>
       </dependency>
       <dependency>
-	<groupId>log4j</groupId>
-	<artifactId>apache-log4j-extras</artifactId>
-	<version>${log4j-extras.version}</version>
+        <groupId>log4j</groupId>
+        <artifactId>apache-log4j-extras</artifactId>
+        <version>${log4j-extras.version}</version>
       </dependency>
       <dependency>
         <groupId>org.antlr</groupId>