You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by go...@apache.org on 2014/10/03 19:30:07 UTC

svn commit: r1629269 - /hive/branches/branch-0.14/ql/pom.xml

Author: gopalv
Date: Fri Oct  3 17:30:07 2014
New Revision: 1629269

URL: http://svn.apache.org/r1629269
Log:
Revert HIVE-8271: Jackson incompatibility between hadoop-2.4 and hive-14

Modified:
    hive/branches/branch-0.14/ql/pom.xml

Modified: hive/branches/branch-0.14/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/pom.xml?rev=1629269&r1=1629268&r2=1629269&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/pom.xml (original)
+++ hive/branches/branch-0.14/ql/pom.xml Fri Oct  3 17:30:07 2014
@@ -638,10 +638,6 @@
                   <pattern>com.esotericsoftware</pattern>
                   <shadedPattern>org.apache.hive.com.esotericsoftware</shadedPattern>
                 </relocation>
-                <relocation>
-                  <pattern>org.codehaus.jackson</pattern>
-                  <shadedPattern>org.apache.hive.org.codehaus.jackson</shadedPattern>
-                </relocation>
               </relocations>
             </configuration>
           </execution>